Home
last modified time | relevance | path

Searched refs:mlirModule (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp305 : mlirModule(module), llvmModule(std::move(llvmModule)), in ModuleTranslation()
310 assert(satisfiesLLVMModule(mlirModule) && in ModuleTranslation()
623 resultType = LLVM::LLVMType::getVoidTy(mlirModule->getContext()); in convertOperation()
776 for (auto op : getModuleBody(mlirModule).getOps<LLVM::GlobalOp>()) { in convertGlobals()
981 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctionSignatures()
1000 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctions()
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h127 Operation *mlirModule; variable