Lines Matching refs:LLVMFuncOp
1232 FuncOp funcOp, LLVM::LLVMFuncOp newFuncOp) { in wrapForExternalCallers()
1236 auto wrapperFuncOp = rewriter.create<LLVM::LLVMFuncOp>( in wrapForExternalCallers()
1273 FuncOp funcOp, LLVM::LLVMFuncOp newFuncOp) { in wrapExternalFunction()
1287 auto wrapperFunc = builder.create<LLVM::LLVMFuncOp>( in wrapExternalFunction()
1347 LLVM::LLVMFuncOp
1381 auto newFuncOp = rewriter.create<LLVM::LLVMFuncOp>( in convertFuncOpToLLVMFuncOp()
1721 auto abortFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("abort"); in matchAndRewrite()
1727 abortFunc = rewriter.create<LLVM::LLVMFuncOp>(rewriter.getUnknownLoc(), in matchAndRewrite()
1946 auto allocFuncOp = module.lookupSymbol<LLVM::LLVMFuncOp>(name); in createAllocCall()
1955 allocFuncOp = rewriter.create<LLVM::LLVMFuncOp>(rewriter.getUnknownLoc(), in createAllocCall()
2211 auto mallocFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("malloc"); in copyUnrankedDescriptors()
2215 mallocFunc = builder.create<LLVM::LLVMFuncOp>( in copyUnrankedDescriptors()
2220 auto freeFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("free"); in copyUnrankedDescriptors()
2224 freeFunc = builder.create<LLVM::LLVMFuncOp>( in copyUnrankedDescriptors()
2366 op->getParentOfType<ModuleOp>().lookupSymbol<LLVM::LLVMFuncOp>("free"); in matchAndRewrite()
2371 freeFunc = rewriter.create<LLVM::LLVMFuncOp>( in matchAndRewrite()