Home
last modified time | relevance | path

Searched refs:createGlobalFlag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp884 OMPBuilder.createGlobalFlag(CGM.getLangOpts().OpenMPTargetDebug, in CGOpenMPRuntimeGPU()
886 OMPBuilder.createGlobalFlag(CGM.getLangOpts().OpenMPTeamSubscription, in CGOpenMPRuntimeGPU()
888 OMPBuilder.createGlobalFlag(CGM.getLangOpts().OpenMPThreadSubscription, in CGOpenMPRuntimeGPU()
890 OMPBuilder.createGlobalFlag(CGM.getLangOpts().OpenMPNoThreadState, in CGOpenMPRuntimeGPU()
892 OMPBuilder.createGlobalFlag(CGM.getLangOpts().OpenMPNoNestedParallelism, in CGOpenMPRuntimeGPU()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1969 GlobalValue *createGlobalFlag(unsigned Value, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp810 GlobalValue *OpenMPIRBuilder::createGlobalFlag(unsigned Value, StringRef Name) { in createGlobalFlag() function in OpenMPIRBuilder