Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRToCIRPasses.h33 mlir::MLIRContext &mlirCtx,
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2685 mlir::MLIRContext *mlirCtx = mlirModule.getContext(); in lowerDirectlyFromCIRToLLVMIR() local
2687 mlir::PassManager pm(mlirCtx); in lowerDirectlyFromCIRToLLVMIR()
2698 mlir::registerBuiltinDialectTranslation(*mlirCtx); in lowerDirectlyFromCIRToLLVMIR()
2699 mlir::registerLLVMDialectTranslation(*mlirCtx); in lowerDirectlyFromCIRToLLVMIR()
2700 mlir::registerCIRDialectTranslation(*mlirCtx); in lowerDirectlyFromCIRToLLVMIR()