Searched refs:getModuleBody (Results 1 – 4 of 4) sorted by relevance
88 ModuleTranslation::getModuleBody(m).getOps<LLVM::LLVMFuncOp>()) { in translateModuleToROCDLIR()
79 ModuleTranslation::getModuleBody(m).getOps<LLVM::LLVMFuncOp>()) { in translateModuleToNVVMIR()
776 for (auto op : getModuleBody(mlirModule).getOps<LLVM::GlobalOp>()) { in convertGlobals()972 for (Operation &o : getModuleBody(m).getOperations()) in checkSupportedModuleOps()981 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctionSignatures()1000 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctions()
78 static Block &getModuleBody(Operation *m) { return m->getRegion(0).front(); } in getModuleBody() function