Searched refs:theModule (Results 1 – 4 of 4) sorted by relevance
20 mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp theModule, in runCIRToCIRPasses() argument38 return pm.run(theModule); in runCIRToCIRPasses()
32 mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp theModule,
79 mlir::ModuleOp theModule; variable94 mlir::ModuleOp getModule() const { return theModule; } in getModule()108 return cir::CIRDataLayout(theModule); in getDataLayout()
65 theModule{mlir::ModuleOp::create(mlir::UnknownLoc::get(&mlirContext))}, in CIRGenModule()105 theModule->setAttr(cir::CIRDialect::getTripleAttrName(),109 theModule->setAttr(cir::CIRDialect::getOptInfoAttrName(),441 return mlir::SymbolTable::lookupSymbolIn(theModule, name); in getGlobalValue()898 oldF.getSymbolUses(theModule); in replacePointerTypeArgs()942 if (oldF.replaceAllSymbolUses(newF.getSymNameAttr(), theModule).failed()) in applyReplacements()1170 assert(!mlir::SymbolTable::lookupSymbolIn(theModule, result)); in getUniqueGlobalName()1729 invalidLoc ? theModule->getLoc() : getLoc(funcDecl->getSourceRange()), in getOrCreateCIRFunction()1822 theModule.push_back(func); in createCIRFunction()1932 return mlir::verify(theModule).succeeded(); in verifyModule()