Searched refs:WorkerFunctionState (Results 1 – 2 of 2) sorted by relevance
45 class WorkerFunctionState {51 WorkerFunctionState(CodeGenModule &CGM, SourceLocation Loc);65 void emitWorkerFunction(WorkerFunctionState &WST);68 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);73 WorkerFunctionState &WST);
679 CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFunctionState( in WorkerFunctionState() function in CGOpenMPRuntimeNVPTX::WorkerFunctionState686 void CGOpenMPRuntimeNVPTX::WorkerFunctionState::createWorkerFunction( in createWorkerFunction()1171 WorkerFunctionState WST(CGM, D.getBeginLoc()); in emitNonSPMDKernel()1178 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST; in emitNonSPMDKernel()1182 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST) in emitNonSPMDKernel()1226 WorkerFunctionState &WST) { in emitNonSPMDEntryHeader()1416 void CGOpenMPRuntimeNVPTX::emitWorkerFunction(WorkerFunctionState &WST) { in emitWorkerFunction()1427 WorkerFunctionState &WST) { in emitWorkerLoop()