Lines Matching defs:llvmContext
1455 llvm::LLVMContext &llvmContext = llvmFunc->getContext();
1457 auto *llvmBB = llvm::BasicBlock::Create(llvmContext);
1466 CapturingIRBuilder builder(llvmContext);
1532 llvm::LLVMContext &llvmContext = llvmFunc->getContext();
1540 convertVecTypeHintToMDNode(llvmContext, llvmType, isSigned));
1547 convertIntegerArrayToMDNode(llvmContext, *workGroupSizeHint));
1554 convertIntegerArrayToMDNode(llvmContext, *reqdWorkGroupSize));
1561 convertIntegerToMDNode(llvmContext,
1994 prepareLLVMModule(Operation *m, llvm::LLVMContext &llvmContext,
1997 auto llvmModule = std::make_unique<llvm::Module>(name, llvmContext);
2029 mlir::translateModuleToLLVMIR(Operation *module, llvm::LLVMContext &llvmContext,
2037 prepareLLVMModule(module, llvmContext, name);
2045 llvm::IRBuilder<> llvmBuilder(llvmContext);