Home
last modified time | relevance | path

Searched defs:OpToFuncCallLowering (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DOpToFuncCallLowering.h32 struct OpToFuncCallLowering : public ConvertToLLVMPattern { struct
34 explicit OpToFuncCallLowering(LLVMTypeConverter &lowering_, StringRef f32Func, in OpToFuncCallLowering() argument
41 matchAndRewrite(Operation *op, ArrayRef<Value> operands, in matchAndRewrite()
82 Value maybeCast(Value operand, PatternRewriter &rewriter) const { in maybeCast()
92 LLVM::LLVMType getFunctionType(LLVM::LLVMType resultType, in getFunctionType()
103 StringRef getFunctionName(LLVM::LLVMType type) const { in getFunctionName()
111 LLVM::LLVMFuncOp appendOrGetFuncOp(StringRef funcName, in appendOrGetFuncOp()
124 const std::string f32Func;
125 const std::string f64Func;