• Home
  • Raw
  • Download

Lines Matching refs:CGOpenMPRuntimeNVPTX

24 llvm::Value *CGOpenMPRuntimeNVPTX::getNVPTXWarpSize(CodeGenFunction &CGF) {  in getNVPTXWarpSize()
33 llvm::Value *CGOpenMPRuntimeNVPTX::getNVPTXThreadID(CodeGenFunction &CGF) { in getNVPTXThreadID()
42 llvm::Value *CGOpenMPRuntimeNVPTX::getNVPTXNumThreads(CodeGenFunction &CGF) { in getNVPTXNumThreads()
51 void CGOpenMPRuntimeNVPTX::getNVPTXCTABarrier(CodeGenFunction &CGF) { in getNVPTXCTABarrier()
58 void CGOpenMPRuntimeNVPTX::syncCTAThreads(CodeGenFunction &CGF) { in syncCTAThreads()
69 llvm::Value *CGOpenMPRuntimeNVPTX::getMasterThreadID(CodeGenFunction &CGF) { in getMasterThreadID()
93 CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFunctionState( in WorkerFunctionState()
99 void CGOpenMPRuntimeNVPTX::WorkerFunctionState::createWorkerFunction( in createWorkerFunction()
112 void CGOpenMPRuntimeNVPTX::initializeEnvironment() { in initializeEnvironment()
133 void CGOpenMPRuntimeNVPTX::emitWorkerFunction(WorkerFunctionState &WST) { in emitWorkerFunction()
142 void CGOpenMPRuntimeNVPTX::emitWorkerLoop(CodeGenFunction &CGF, in emitWorkerLoop()
203 void CGOpenMPRuntimeNVPTX::emitEntryHeader(CodeGenFunction &CGF, in emitEntryHeader()
245 void CGOpenMPRuntimeNVPTX::emitEntryFooter(CodeGenFunction &CGF, in emitEntryFooter()
269 CGOpenMPRuntimeNVPTX::createNVPTXRuntimeFunction(unsigned Function) { in createNVPTXRuntimeFunction()
285 void CGOpenMPRuntimeNVPTX::createOffloadEntry(llvm::Constant *ID, in createOffloadEntry()
307 void CGOpenMPRuntimeNVPTX::emitTargetOutlinedFunction( in emitTargetOutlinedFunction()
321 CGOpenMPRuntimeNVPTX &RT; in emitTargetOutlinedFunction()
322 CGOpenMPRuntimeNVPTX::EntryFunctionState &EST; in emitTargetOutlinedFunction()
323 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST; in emitTargetOutlinedFunction()
326 NVPTXPrePostActionTy(CGOpenMPRuntimeNVPTX &RT, in emitTargetOutlinedFunction()
327 CGOpenMPRuntimeNVPTX::EntryFunctionState &EST, in emitTargetOutlinedFunction()
328 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST) in emitTargetOutlinedFunction()
347 CGOpenMPRuntimeNVPTX::CGOpenMPRuntimeNVPTX(CodeGenModule &CGM) in CGOpenMPRuntimeNVPTX() function in CGOpenMPRuntimeNVPTX
356 void CGOpenMPRuntimeNVPTX::emitNumTeamsClause(CodeGenFunction &CGF, in emitNumTeamsClause()
361 llvm::Value *CGOpenMPRuntimeNVPTX::emitParallelOrTeamsOutlinedFunction( in emitParallelOrTeamsOutlinedFunction()
379 void CGOpenMPRuntimeNVPTX::emitTeamsCall(CodeGenFunction &CGF, in emitTeamsCall()