Searched defs:OpToFuncCallLowering (Results 1 – 1 of 1) sorted by relevance
32 struct OpToFuncCallLowering : public ConvertToLLVMPattern { struct34 explicit OpToFuncCallLowering(LLVMTypeConverter &lowering_, StringRef f32Func, in OpToFuncCallLowering() argument41 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;