Home
last modified time | relevance | path

Searched refs:WorkerFunctionState (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h44 class WorkerFunctionState {
50 WorkerFunctionState(CodeGenModule &CGM, SourceLocation Loc);
64 void emitWorkerFunction(WorkerFunctionState &WST);
67 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);
72 WorkerFunctionState &WST);
H A DCGOpenMPRuntimeGPU.cpp595 CGOpenMPRuntimeGPU::WorkerFunctionState::WorkerFunctionState( in WorkerFunctionState() function in CGOpenMPRuntimeGPU::WorkerFunctionState
602 void CGOpenMPRuntimeGPU::WorkerFunctionState::createWorkerFunction( in createWorkerFunction()
1076 WorkerFunctionState WST(CGM, D.getBeginLoc()); in emitNonSPMDKernel()
1083 CGOpenMPRuntimeGPU::WorkerFunctionState &WST; in emitNonSPMDKernel()
1087 CGOpenMPRuntimeGPU::WorkerFunctionState &WST) in emitNonSPMDKernel()
1131 WorkerFunctionState &WST) { in emitNonSPMDEntryHeader()
1325 void CGOpenMPRuntimeGPU::emitWorkerFunction(WorkerFunctionState &WST) { in emitWorkerFunction()
1336 WorkerFunctionState &WST) { in emitWorkerLoop()