Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h280 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGOpenMPRuntimeNVPTX.cpp2442 OutlinedFnArgs.push_back(emitThreadIDAddress(CGF, Loc).getPointer()); in emitTeamsCall()
2671 ThreadIDAddr = emitThreadIDAddress(CGF, Loc); in emitSPMDParallelCall()
H A DCGOpenMPRuntime.cpp2901 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF, in emitThreadIDAddress() function in CGOpenMPRuntime