Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationTranslation.h29 llvm::Module &llvmModule) in LoopAnnotationTranslation()
67 llvm::Module &llvmModule; variable
H A DConvertToLLVMIR.cpp33 auto llvmModule = translateModuleToLLVMIR(op, llvmContext); in registerToLLVMIRTranslation() local
H A DConvertFromLLVMIR.cpp46 std::unique_ptr<llvm::Module> llvmModule = in registerFromLLVMIRTranslation() local
H A DDebugTranslation.h142 llvm::Module &llvmModule; global() variable
H A DModuleTranslation.cpp721 *this, *this->llvmModule)), in ModuleTranslation() argument
1806 auto llvmModule = std::make_unique<llvm::Module>(name, llvmContext); prepareLLVMModule() local
1845 std::unique_ptr<llvm::Module> llvmModule = translateModuleToLLVMIR() local
[all...]
H A DDebugTranslation.cpp28 DebugTranslation::DebugTranslation(Operation *module, llvm::Module &llvmModule) in DebugTranslation() argument
H A DModuleImport.cpp157 ModuleImport(ModuleOp mlirModule,std::unique_ptr<llvm::Module> llvmModule,bool emitExpensiveWarnings,bool importEmptyDICompositeTypes) ModuleImport() argument
2108 translateLLVMIRToModule(std::unique_ptr<llvm::Module> llvmModule,MLIRContext * context,bool emitExpensiveWarnings,bool dropDICompositeTypeElements) translateLLVMIRToModule() argument
[all...]
/llvm-project/mlir/lib/Target/LLVM/
H A DModuleToObject.cpp211 ModuleToObject::translateToISA(llvm::Module &llvmModule, in run() local
170 translateToISA(llvm::Module & llvmModule,llvm::TargetMachine & targetMachine) translateToISA() argument
200 moduleToObject(llvm::Module & llvmModule) moduleToObject() argument
[all...]
/llvm-project/mlir/lib/CAPI/Target/
H A DLLVMIR.cpp30 std::unique_ptr<llvm::Module> llvmModule = in mlirTranslateModuleToLLVMIR() local
/llvm-project/mlir/test/CAPI/
H A Dtranslation.c46 LLVMModuleRef llvmModule = mlirTranslateModuleToLLVMIR(operation, llvmCtx); in testToLLVMIR() local
/llvm-project/mlir/unittests/Target/LLVM/
H A DSerializeToLLVMBitcode.cpp69 llvm::Expected<std::unique_ptr<llvm::Module>> llvmModule = TEST_F() local
H A DSerializeROCDLTarget.cpp98 llvm::Expected<std::unique_ptr<llvm::Module>> llvmModule = in TEST_F() local
H A DSerializeNVVMTarget.cpp95 llvm::Expected<std::unique_ptr<llvm::Module>> llvmModule = TEST_F() local
/llvm-project/flang/include/flang/Frontend/
H A DFrontendActions.h224 std::unique_ptr<llvm::Module> llvmModule; global() variable
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp87 std::unique_ptr<llvm::Module> llvmModule = in registerTestFromLLVMIR() local
H A DTestToLLVMIRTranslation.cpp124 auto llvmModule = translateModuleToLLVMIR(op, llvmContext); in registerTestToLLVMIR() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp131 void ExecutionEngine::setupTargetTripleAndDataLayout(Module *llvmModule, in setupTargetTripleAndDataLayout() argument
248 auto llvmModule = options.llvmModuleBuilder in create() local
[all...]
/llvm-project/mlir/lib/Target/LLVM/ROCDL/
H A DTarget.cpp475 return moduleToObjectImpl(targetOptions, llvmModule); in moduleToObject() argument
405 moduleToObjectImpl(const gpu::TargetOptions & targetOptions,llvm::Module & llvmModule) moduleToObjectImpl() argument
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleImport.h369 std::unique_ptr<llvm::Module> llvmModule; global() variable
H A DModuleTranslation.h344 std::unique_ptr<llvm::Module> llvmModule; global() variable
/llvm-project/mlir/examples/toy/Ch6/
H A Dtoyc.cpp218 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); dumpLLVMIR() local
/llvm-project/mlir/examples/toy/Ch7/
H A Dtoyc.cpp219 auto llvmModule = mlir::translateModuleToLLVMIR(module, llvmContext); dumpLLVMIR() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp177 llvm::Module *llvmModule = moduleTranslation.getLLVMModule(); convertLinkerOptionsOp() local
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp521 moduleToObject(llvm::Module & llvmModule) moduleToObject() argument
/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp919 llvmModule->setPIELevel( in generateMachineCodeOrAssemblyImpl() argument
[all...]

12