Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DInitFIR.h47 inline void loadNonCodegenDialects(mlir::MLIRContext &context) { in loadNonCodegenDialects() function
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp215 fir::support::loadNonCodegenDialects(ctx); in convertFortranSourceToMLIR()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp105 fir::support::loadNonCodegenDialects(*mlirCtx); in beginSourceFileAction()