Home
last modified time | relevance | path

Searched defs:OMP_RTL (Results 1 – 3 of 3) 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
/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