Home
last modified time | relevance | path

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 DOMPConstants.h55 #define OMP_RTL(Enum, ...) Enum, macro
59 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
H A DOMPKinds.def184 #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 DOpenMPOpt.cpp396 #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 DOMPIRBuilder.cpp80 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro
92 #define OMP_RTL(Enum, Str, ...) \ in getOrCreateRuntimeFunction() macro