Home
last modified time | relevance | path

Searched defs:omp (Results 1 – 23 of 23) sorted by relevance

/llvm-project/flang/test/Semantics/OpenMP/
H A Ddo16.f905 program omp program
H A Ddo15.f905 program omp program
H A Ddo13.f905 program omp program
H A Ddo08.f905 program omp program
/llvm-project/flang/lib/Semantics/
H A Dcanonicalize-omp.cpp65 if (auto *omp{std::get_if<T>(&construct->u)}) { GetOmpIf() local
162 CanonicalizationOfOmp omp{messages}; CanonicalizeOmp() local
/llvm-project/clang/test/Preprocessor/
H A Dopenmp-macro-expansion.c4 #define omp (0xDEADBEEF) macro
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64le-varargs-f128.c40 void omp(int n, ...) { in omp() function
/llvm-project/flang/lib/Lower/OpenMP/
H A DDecomposer.cpp77 namespace Fortran::lower::omp { global() namespace
[all...]
H A DUtils.cpp47 namespace omp { global() namespace
[all...]
H A DDataSharingProcessor.cpp24 namespace omp { global() namespace
[all...]
H A DReductionProcessor.cpp35 namespace omp { global() namespace
[all...]
H A DOpenMP.cpp2525 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 DClauseProcessor.cpp23 namespace omp { namespace
[all...]
H A DClauses.cpp45 namespace Fortran::lower::omp { global() namespace
/llvm-project/openmp/runtime/src/
H A DCMakeLists.txt174 add_library(omp ${LIBOMP_LIBRARY_KIND} ${LIBOMP_SOURCE_FILES}) global() target
[all...]
H A Dkmp_settings.cpp206 int omp; // 0 -- KMP_LIBRARY, 1 -- OMP_WAIT_POLICY. member
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp76 namespace llvm::omp { global() namespace
/llvm-project/offload/plugins-nextgen/host/src/
H A Drtl.cpp49 namespace omp { namespace
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp37 namespace omp { namespace
52 namespace omp { namespace
[all...]
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp37 namespace omp { namespace
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp43 namespace llvm::omp::target::plugin { global() namespace
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp74 namespace omp { global() namespace
/llvm-project/flang/lib/Lower/
H A DBridge.cpp2983 genFIR(const Fortran::parser::OpenMPConstruct & omp) genFIR() argument