Searched refs:emitThreadIDAddress (Results 1 – 5 of 5) sorted by relevance
425 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
1964 auto ThreadIDAddr = RT.emitThreadIDAddress(CGF, Loc); in emitParallelCall()1995 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF, in emitThreadIDAddress() function in CGOpenMPRuntime
363 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
2079 OutlinedFnArgs.push_back(emitThreadIDAddress(CGF, Loc).getPointer()); in emitTeamsCall()2320 ThreadIDAddr = emitThreadIDAddress(CGF, Loc); in emitSPMDParallelCall()
2091 Address ThreadIDAddr = RT.emitThreadIDAddress(CGF, Loc); in emitParallelCall()2123 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF, in emitThreadIDAddress() function in CGOpenMPRuntime