Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h385 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGOpenMPRuntimeGPU.cpp1162 OutlinedFnArgs.push_back(emitThreadIDAddress(CGF, Loc).getPointer()); in emitTeamsCall()
H A DCGOpenMPRuntime.cpp2073 Address ThreadIDAddr = RT.emitThreadIDAddress(CGF, Loc); in emitParallelCall()
2114 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF, in emitThreadIDAddress() function in CGOpenMPRuntime