/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | do16.f90 | 5 program omp program
|
H A D | do15.f90 | 5 program omp program
|
H A D | do13.f90 | 5 program omp program
|
H A D | do08.f90 | 5 program omp program
|
/llvm-project/flang/lib/Semantics/ |
H A D | canonicalize-omp.cpp | 65 if (auto *omp{std::get_if<T>(&construct->u)}) { GetOmpIf() local 162 CanonicalizationOfOmp omp{messages}; CanonicalizeOmp() local
|
/llvm-project/clang/test/Preprocessor/ |
H A D | openmp-macro-expansion.c | 4 #define omp (0xDEADBEEF) macro
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64le-varargs-f128.c | 40 void omp(int n, ...) { in omp() function
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Decomposer.cpp | 77 namespace Fortran::lower::omp { global() namespace [all...] |
H A D | Utils.cpp | 47 namespace omp { global() namespace [all...] |
H A D | DataSharingProcessor.cpp | 24 namespace omp { global() namespace [all...] |
H A D | ReductionProcessor.cpp | 35 namespace omp { global() namespace [all...] |
H A D | OpenMP.cpp | 2525 genOpenMPConstruct(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,const parser::OpenMPConstruct & omp) genOpenMPConstruct() argument 2534 genOpenMPDeclarativeConstruct(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,const parser::OpenMPDeclarativeConstruct & omp) genOpenMPDeclarativeConstruct() argument 2646 isOpenMPTargetConstruct(const parser::OpenMPConstruct & omp) isOpenMPTargetConstruct() argument [all...] |
H A D | ClauseProcessor.cpp | 23 namespace omp { namespace [all...] |
H A D | Clauses.cpp | 45 namespace Fortran::lower::omp { global() namespace
|
/llvm-project/openmp/runtime/src/ |
H A D | CMakeLists.txt | 174 add_library(omp ${LIBOMP_LIBRARY_KIND} ${LIBOMP_SOURCE_FILES}) global() target [all...] |
H A D | kmp_settings.cpp | 206 int omp; // 0 -- KMP_LIBRARY, 1 -- OMP_WAIT_POLICY. member
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMP.cpp | 76 namespace llvm::omp { global() namespace
|
/llvm-project/offload/plugins-nextgen/host/src/ |
H A D | rtl.cpp | 49 namespace omp { namespace
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 37 namespace omp { namespace 52 namespace omp { namespace [all...] |
/llvm-project/offload/plugins-nextgen/cuda/src/ |
H A D | rtl.cpp | 37 namespace omp { namespace
|
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | PluginInterface.cpp | 43 namespace llvm::omp::target::plugin { global() namespace
|
/llvm-project/offload/plugins-nextgen/amdgpu/src/ |
H A D | rtl.cpp | 74 namespace omp { global() namespace
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 2983 genFIR(const Fortran::parser::OpenMPConstruct & omp) genFIR() argument
|