Searched refs:OMP_RTL (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 54 #define OMP_RTL(Enum, ...) Enum, macro 58 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
|
D | OMPKinds.def | 298 #ifndef OMP_RTL 299 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) 303 OMP_RTL(OMPRTL_##Name, #Name, IsVarArg, ReturnType, __VA_ARGS__) 564 #undef OMP_RTL
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPConstants.h | 45 #define OMP_RTL(Enum, ...) Enum, macro 49 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
|
D | OMPKinds.def | 159 #ifndef OMP_RTL 160 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) 164 OMP_RTL(OMPRTL_##Name, #Name, IsVarArg, ReturnType, __VA_ARGS__) 180 #undef OMP_RTL
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 67 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro 77 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 69 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro 81 #define OMP_RTL(Enum, Str, ...) \ in getOrCreateRuntimeFunction() macro
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 358 #define OMP_RTL(_Enum, _Name, _IsVarArg, _ReturnType, ...) \ in initializeRuntimeFunctions() macro 2271 #define OMP_RTL(_Enum, _Name, ...) \ in containsOpenMP() macro
|