Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertToLLVMIR.cpp29 auto llvmModule = in translateModuleToLLVMIR() local
44 auto llvmModule = LLVM::ModuleTranslation::translateModule<>( in registerToLLVMIRTranslation() local
DConvertToNVVMIR.cpp71 auto llvmModule = LLVM::ModuleTranslation::translateModule<ModuleTranslation>( in translateModuleToNVVMIR() local
105 auto llvmModule = mlir::translateModuleToNVVMIR(module, llvmContext); in registerToNVVMIRTranslation() local
DConvertToROCDLIR.cpp81 auto llvmModule = LLVM::ModuleTranslation::translateModule<ModuleTranslation>( in translateModuleToROCDLIR() local
109 auto llvmModule = mlir::translateModuleToROCDLIR(module, llvmContext); in registerToROCDLIRTranslation() local
DLLVMAVX512Intr.cpp51 auto llvmModule = translateLLVMAVX512ModuleToLLVMIR( in registerAVX512ToLLVMIRTranslation() local
DDebugTranslation.cpp27 DebugTranslation::DebugTranslation(Operation *module, llvm::Module &llvmModule) in DebugTranslation()
DConvertFromLLVMIR.cpp838 mlir::translateLLVMIRToModule(std::unique_ptr<llvm::Module> llvmModule, in translateLLVMIRToModule()
863 std::unique_ptr<llvm::Module> llvmModule = llvm::parseIR( in translateLLVMIRToModule() local
DModuleTranslation.cpp304 std::unique_ptr<llvm::Module> llvmModule) in ModuleTranslation()
1031 auto llvmModule = std::make_unique<llvm::Module>(name, llvmContext); in prepareLLVMModule() local
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h60 std::unique_ptr<llvm::Module> llvmModule = variable
128 std::unique_ptr<llvm::Module> llvmModule; variable
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertKernelFuncToBlob.cpp64 std::unique_ptr<llvm::Module> llvmModule = in runOnOperation() local
119 OwnedBlob GpuKernelToBlobPass::convertModuleToBlob(llvm::Module &llvmModule, in convertModuleToBlob()
147 llvm::Module &llvmModule, Location loc, StringRef name) { in translateGPUModuleToBinaryAnnotation()
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp113 bool ExecutionEngine::setupTargetTriple(Module *llvmModule) { in setupTargetTriple()
233 auto llvmModule = llvmModuleBuilder ? llvmModuleBuilder(m, *ctx) in create() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc93 auto llvmModule = mlir::translateModuleToLLVMIR(gpu_module, llvmContext); in GetGpuBinaryBlob() local
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp194 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); in dumpLLVMIR() local
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp195 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); in dumpLLVMIR() local
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp206 auto llvmModule = translateModuleToROCDLIR(m, llvmContext, name); in compileModuleToROCDLIR() local