Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntimeNVPTX.h35 class WorkerFunctionState {
40 WorkerFunctionState(CodeGenModule &CGM);
49 WorkerFunctionState &WST);
101 void emitWorkerFunction(WorkerFunctionState &WST);
104 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);
DCGOpenMPRuntimeNVPTX.cpp93 CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFunctionState( in WorkerFunctionState() function in CGOpenMPRuntimeNVPTX::WorkerFunctionState
99 void CGOpenMPRuntimeNVPTX::WorkerFunctionState::createWorkerFunction( in createWorkerFunction()
133 void CGOpenMPRuntimeNVPTX::emitWorkerFunction(WorkerFunctionState &WST) { in emitWorkerFunction()
143 WorkerFunctionState &WST) { in emitWorkerLoop()
205 WorkerFunctionState &WST) { in emitEntryHeader()
317 WorkerFunctionState WST(CGM); in emitTargetOutlinedFunction()
323 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST; in emitTargetOutlinedFunction()
328 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST) in emitTargetOutlinedFunction()