Searched refs:CGOpenMPRuntime (Results 1 – 7 of 7) sorted by relevance
723 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) in CGOpenMPRuntime() function in CGOpenMPRuntime734 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 …]
26 class CGOpenMPRuntimeNVPTX : public CGOpenMPRuntime {
108 class CGOpenMPRuntime {496 explicit CGOpenMPRuntime(CodeGenModule &CGM);497 virtual ~CGOpenMPRuntime() {} in ~CGOpenMPRuntime()
60 CGOpenMPRuntime.cpp
348 : CGOpenMPRuntime(CGM), ActiveWorkers(nullptr), WorkID(nullptr) { in CGOpenMPRuntimeNVPTX()368 CGOpenMPRuntime::emitParallelOrTeamsOutlinedFunction( in emitParallelOrTeamsOutlinedFunction()
90 class CGOpenMPRuntime; variable290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime;523 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime()
199 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()