Home
last modified time | relevance | path

Searched refs:CGOpenMPRuntimeNVPTX (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntimeNVPTX.cpp24 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()
[all …]
DCGOpenMPRuntimeNVPTX.h26 class CGOpenMPRuntimeNVPTX : public CGOpenMPRuntime {
138 explicit CGOpenMPRuntimeNVPTX(CodeGenModule &CGM);
DCMakeLists.txt61 CGOpenMPRuntimeNVPTX.cpp
DCodeGenModule.cpp196 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()