Home
last modified time | relevance | path

Searched refs:theModule (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DCIRPasses.cpp20 mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp theModule, in runCIRToCIRPasses() argument
38 return pm.run(theModule); in runCIRToCIRPasses()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRToCIRPasses.h32 mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp theModule,
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h79 mlir::ModuleOp theModule; variable
94 mlir::ModuleOp getModule() const { return theModule; } in getModule()
108 return cir::CIRDataLayout(theModule); in getDataLayout()
H A DCIRGenModule.cpp65 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()