Searched refs:OMP_RTL (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPConstants.h | 55 #define OMP_RTL(Enum, ...) Enum, macro 59 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
|
| H A D | OMPKinds.def | 184 #ifndef OMP_RTL 185 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) 189 OMP_RTL(OMPRTL_##Name, #Name, IsVarArg, ReturnType, __VA_ARGS__) 454 #undef OMP_RTL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 396 #define OMP_RTL(_Enum, _Name, _IsVarArg, _ReturnType, ...) \ in initializeRuntimeFunctions() macro 2668 #define OMP_RTL(_Enum, _Name, ...) \ in containsOpenMP() macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 80 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro 92 #define OMP_RTL(Enum, Str, ...) \ in getOrCreateRuntimeFunction() macro
|