MLIR
22.0.0git
|
#include "mlir/Conversion/MathToXeVM/MathToXeVM.h"
#include "mlir/Conversion/ArithCommon/AttrToLLVMConverter.h"
#include "mlir/Dialect/LLVMIR/FunctionCallUtils.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/Math/IR/Math.h"
#include "mlir/IR/BuiltinDialect.h"
#include "mlir/Pass/Pass.h"
#include "llvm/Support/FormatVariadic.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Classes | |
struct | ConvertNativeFuncPattern< Op > |
Convert math ops marked with fast (afn ) to native OpenCL intrinsics. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DEF_CONVERTMATHTOXEVM |
#define | DEBUG_TYPE "math-to-xevm" |
#define DEBUG_TYPE "math-to-xevm" |
Definition at line 25 of file MathToXeVM.cpp.
#define GEN_PASS_DEF_CONVERTMATHTOXEVM |
Definition at line 19 of file MathToXeVM.cpp.