Home
last modified time | relevance | path

Searched refs:CGOpenMPRuntime (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) in CGOpenMPRuntime() function in CGOpenMPRuntime
734 void CGOpenMPRuntime::clear() { in clear()
782 void CGOpenMPRuntime::emitUserDefinedReduction( in emitUserDefinedReduction()
814 CGOpenMPRuntime::getUserDefinedReduction(const OMPDeclareReductionDecl *D) { in getUserDefinedReduction()
841 llvm::Value *CGOpenMPRuntime::emitParallelOrTeamsOutlinedFunction( in emitParallelOrTeamsOutlinedFunction()
861 llvm::Value *CGOpenMPRuntime::emitTaskOutlinedFunction( in emitTaskOutlinedFunction()
895 Address CGOpenMPRuntime::getOrCreateDefaultLocation(unsigned Flags) { in getOrCreateDefaultLocation()
926 llvm::Value *CGOpenMPRuntime::emitUpdateLocation(CodeGenFunction &CGF, in emitUpdateLocation()
984 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, in getThreadID()
1027 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished()
[all …]
DCGOpenMPRuntimeNVPTX.h26 class CGOpenMPRuntimeNVPTX : public CGOpenMPRuntime {
DCGOpenMPRuntime.h108 class CGOpenMPRuntime {
496 explicit CGOpenMPRuntime(CodeGenModule &CGM);
497 virtual ~CGOpenMPRuntime() {} in ~CGOpenMPRuntime()
DCMakeLists.txt60 CGOpenMPRuntime.cpp
DCGOpenMPRuntimeNVPTX.cpp348 : CGOpenMPRuntime(CGM), ActiveWorkers(nullptr), WorkID(nullptr) { in CGOpenMPRuntimeNVPTX()
368 CGOpenMPRuntime::emitParallelOrTeamsOutlinedFunction( in emitParallelOrTeamsOutlinedFunction()
DCodeGenModule.h90 class CGOpenMPRuntime; variable
290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;
523 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime()
DCodeGenModule.cpp199 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()