HomeSort by: relevance | last modified time | path
    Searched refs:emitThreadIDAddress (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 362 virtual Address emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc);
CGOpenMPRuntimeGPU.cpp 2078 OutlinedFnArgs.push_back(emitThreadIDAddress(CGF, Loc).getPointer());
CGOpenMPRuntime.cpp 2107 Address ThreadIDAddr = RT.emitThreadIDAddress(CGF, Loc);
2147 Address CGOpenMPRuntime::emitThreadIDAddress(CodeGenFunction &CGF,

Completed in 29 milliseconds