Home
last modified time | relevance | path

Searched refs:OMP_RTL (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h54 #define OMP_RTL(Enum, ...) Enum, macro
58 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
DOMPKinds.def298 #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/
DOMPConstants.h45 #define OMP_RTL(Enum, ...) Enum, macro
49 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
DOMPKinds.def159 #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/
DOMPIRBuilder.cpp67 #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/
DOMPIRBuilder.cpp69 #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/
DOpenMPOpt.cpp358 #define OMP_RTL(_Enum, _Name, _IsVarArg, _ReturnType, ...) \ in initializeRuntimeFunctions() macro
2271 #define OMP_RTL(_Enum, _Name, ...) \ in containsOpenMP() macro