Home
last modified time | relevance | path

Searched refs:CriticalName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h256 void emitCriticalRegion(CodeGenFunction &CGF, StringRef CriticalName,
H A DCGOpenMPRuntime.h383 llvm::Value *getCriticalRegionLock(StringRef CriticalName);
791 virtual void emitCriticalRegion(CodeGenFunction &CGF, StringRef CriticalName,
1751 void emitCriticalRegion(CodeGenFunction &CGF, StringRef CriticalName,
H A DCGOpenMPRuntimeGPU.cpp1317 CodeGenFunction &CGF, StringRef CriticalName, in emitCriticalRegion() argument
1363 CGOpenMPRuntime::emitCriticalRegion(CGF, CriticalName, CriticalOpGen, Loc, in emitCriticalRegion()
H A DCGOpenMPRuntime.cpp1942 llvm::Value *CGOpenMPRuntime::getCriticalRegionLock(StringRef CriticalName) { in getCriticalRegionLock() argument
1943 std::string Prefix = Twine("gomp_critical_user_", CriticalName).str(); in getCriticalRegionLock()
1988 StringRef CriticalName, in emitCriticalRegion() argument
1998 getCriticalRegionLock(CriticalName)}; in emitCriticalRegion()
5038 std::string CriticalName = getName({"reduction_critical"}); in emitPrivateReduction() local
5039 emitCriticalRegion(CGF, CriticalName, ReductionGen, Loc); in emitPrivateReduction()
12043 CodeGenFunction &CGF, StringRef CriticalName, in emitCriticalRegion() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2654 StringRef CriticalName,
3231 Value *getOMPCriticalRegionLock(StringRef CriticalName);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5914 FinalizeCallbackTy FiniCB, StringRef CriticalName, Value *HintInst) { in createCritical() argument
5924 Value *LockVar = getOMPCriticalRegionLock(CriticalName); in createCritical()
8045 Value *OpenMPIRBuilder::getOMPCriticalRegionLock(StringRef CriticalName) { in getOMPCriticalRegionLock() argument
8046 std::string Prefix = Twine("gomp_critical_user_", CriticalName).str(); in getOMPCriticalRegionLock()