Home
last modified time | relevance | path

Searched refs:Concurrent (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp42 std::get<parser::LoopControl::Concurrent>(loopControl.u)}; in GetConcurrentHeader()
699 std::get<parser::LoopControl::Concurrent>(control.u)}; in CheckLocalitySpecs()
724 std::get<parser::LoopControl::Concurrent>(control.u)}; in CheckConcurrentLoopControl()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparse-tree.cpp92 return control && std::holds_alternative<LoopControl::Concurrent>(control->u); in IsDoConcurrent()
H A Dexecutable-parsers.cpp276 construct<LoopControl>(construct<LoopControl::Concurrent>(
H A Dunparse.cpp1020 void Before(const LoopControl::Concurrent &) { // R1129 in Before() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2223 struct Concurrent { struct
2224 TUPLE_CLASS_BOILERPLATE(Concurrent);
2228 std::variant<Bounds, ScalarLogicalExpr, Concurrent> u;
H A Ddump-parse-tree.h429 NODE(LoopControl, Concurrent) in NODE()
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst68 **Concurrent JIT'd code** and **Concurrent Compilation**
H A DGarbageCollection.rst774 Concurrent
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst560 2.19 Support for Source Language Optimizations that Result in Concurrent Iteration Execution
678 …``DW_AT_LLVM_iterations`` Concurrent iteration count (see :ref:`amdgpu-dwarf-low-level-informati…
H A DLangRef.rst3077 Memory Model for Concurrent Operations
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp879 std::get_if<parser::LoopControl::Concurrent>( in analyzeBranches()
H A DBridge.cpp1132 std::get_if<Fortran::parser::LoopControl::Concurrent>( in genFIR()