Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToBlob.cpp39 gpu::SerializeToBlobPass::translateToISA(llvm::Module &llvmModule, in translateToISA()
66 std::unique_ptr<llvm::Module> llvmModule = translateToLLVMIR(llvmContext); in runOnOperation() local
101 gpu::SerializeToBlobPass::optimizeLlvm(llvm::Module &llvmModule, in optimizeLlvm()
H A DSerializeToHsaco.cpp323 SerializeToHsacoPass::optimizeLlvm(llvm::Module &llvmModule, in optimizeLlvm()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertToLLVMIR.cpp30 auto llvmModule = translateModuleToLLVMIR(module, llvmContext); in registerToLLVMIRTranslation() local
H A DDebugTranslation.cpp27 DebugTranslation::DebugTranslation(Operation *module, llvm::Module &llvmModule) in DebugTranslation()
H A DModuleTranslation.cpp392 std::unique_ptr<llvm::Module> llvmModule) in ModuleTranslation()
1094 auto llvmModule = std::make_unique<llvm::Module>(name, llvmContext); in prepareLLVMModule() local
1136 std::unique_ptr<llvm::Module> llvmModule = in translateModuleToLLVMIR() local
H A DConvertFromLLVMIR.cpp1247 mlir::translateLLVMIRToModule(std::unique_ptr<llvm::Module> llvmModule, in translateLLVMIRToModule()
1282 std::unique_ptr<llvm::Module> llvmModule = llvm::parseIR( in translateLLVMIRToModule() local
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h218 std::unique_ptr<llvm::Module> llvmModule; variable
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp117 bool ExecutionEngine::setupTargetTriple(Module *llvmModule) { in setupTargetTriple()
241 auto llvmModule = options.llvmModuleBuilder in create() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp202 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); in dumpLLVMIR() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp201 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); in dumpLLVMIR() local
/llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h292 std::unique_ptr<llvm::Module> llvmModule; variable
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp617 llvm::Module &llvmModule, in generateMachineCodeOrAssemblyImpl()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3466 if (auto llvmModule = mlir::translateModuleToLLVMIR( in runOnOperation() local