Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h46 #define OMP_RTL(Enum, ...) Enum, macro
50 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; macro
H A DOMPKinds.def197 #ifndef OMP_RTL
198 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...)
202 OMP_RTL(OMPRTL_##Name, #Name, IsVarArg, ReturnType, __VA_ARGS__)
512 #undef OMP_RTL
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp580 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() macro
592 #define OMP_RTL(Enum, Str, ...) \ in getOrCreateRuntimeFunction() macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp591 #define OMP_RTL(_Enum, _Name, _IsVarArg, _ReturnType, ...) \ in initializeRuntimeFunctions() macro