Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DLowerToLLVM.h30 lowerDirectlyFromCIRToLLVMIR(mlir::ModuleOp mlirModule,
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h197 [[nodiscard]] cir::GlobalOp createGlobal(mlir::ModuleOp mlirModule, in createGlobal() argument
203 setInsertionPointToStart(mlirModule.getBody()); in createGlobal()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2682 lowerDirectlyFromCIRToLLVMIR(mlir::ModuleOp mlirModule, LLVMContext &llvmCtx) { in lowerDirectlyFromCIRToLLVMIR() argument
2685 mlir::MLIRContext *mlirCtx = mlirModule.getContext(); in lowerDirectlyFromCIRToLLVMIR()
2692 if (mlir::failed(pm.run(mlirModule))) { in lowerDirectlyFromCIRToLLVMIR()
2704 StringRef moduleName = mlirModule.getName().value_or("CIRToLLVMModule"); in lowerDirectlyFromCIRToLLVMIR()
2706 mlir::translateModuleToLLVMIR(mlirModule, llvmCtx, moduleName); in lowerDirectlyFromCIRToLLVMIR()