Home
last modified time | relevance | path

Searched refs:semanticsContext (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp153 Fortran::semantics::SemanticsContext &semanticsContext, in convertFortranSourceToMLIR() argument
157 Fortran::parser::Parsing parsing{semanticsContext.allCookedSources()}; in convertFortranSourceToMLIR()
181 Fortran::semantics::Semantics semantics(semanticsContext, parseTree); in convertFortranSourceToMLIR()
191 Fortran::semantics::BuildRuntimeDerivedTypeTables(semanticsContext); in convertFortranSourceToMLIR()
216 auto &defKinds = semanticsContext.defaultKinds(); in convertFortranSourceToMLIR()
220 ctx, defKinds, semanticsContext.intrinsics(), in convertFortranSourceToMLIR()
221 semanticsContext.targetCharacteristics(), parsing.allCooked(), "", in convertFortranSourceToMLIR()
223 burnside.lower(parseTree, semanticsContext); in convertFortranSourceToMLIR()
321 Fortran::semantics::SemanticsContext semanticsContext{ in main() local
323 semanticsContext.set_moduleDirectory(moduleDir) in main()
[all …]
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h78 std::unique_ptr<Fortran::semantics::SemanticsContext> semanticsContext; variable
140 return *semanticsContext; in getSemanticsContext()
143 return *semanticsContext; in getSemanticsContext()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp85 PFTBuilder(const semantics::SemanticsContext &semanticsContext) in PFTBuilder() argument
87 semanticsContext.GetCommonBlocks())}, in PFTBuilder()
88 semanticsContext{semanticsContext} {
99 return enterFunction(a, semanticsContext); in Pre()
185 semanticsContext}); in Pre()
1024 const semantics::SemanticsContext &semanticsContext; member in __anon431f4f760111::PFTBuilder
1571 const semantics::SemanticsContext &semanticsContext) in FunctionLikeUnit() argument
1584 semanticsContext.FindScope(
1684 const semantics::SemanticsContext &semanticsContext) in BlockDataUnit() argument
1686 symTab{semanticsContext.FindScope(
[all …]
H A DBridge.cpp3224 const Fortran::semantics::SemanticsContext &semanticsContext) { in lower() argument
3226 Fortran::lower::createPFT(prg, semanticsContext); in lower()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h587 const Fortran::semantics::SemanticsContext &semanticsContext);
590 const Fortran::semantics::SemanticsContext &semanticsContext);
593 const Fortran::semantics::SemanticsContext &semanticsContext);
596 const Fortran::semantics::SemanticsContext &semanticsContext);
716 const Fortran::semantics::SemanticsContext &semanticsContext);
803 const Fortran::semantics::SemanticsContext &semanticsContext);
H A DBridge.h101 const Fortran::semantics::SemanticsContext &semanticsContext);
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp784 semanticsContext = std::make_unique<semantics::SemanticsContext>( in setSemanticsOpts()
787 semanticsContext->set_moduleDirectory(getModuleDir()) in setSemanticsOpts()