Lines Matching refs:CGOpenMPSIMDRuntime
8932 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
8948 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
11946 llvm::Function *CGOpenMPSIMDRuntime::emitParallelOutlinedFunction( in emitParallelOutlinedFunction()
11953 llvm::Function *CGOpenMPSIMDRuntime::emitTeamsOutlinedFunction( in emitTeamsOutlinedFunction()
11960 llvm::Function *CGOpenMPSIMDRuntime::emitTaskOutlinedFunction( in emitTaskOutlinedFunction()
11968 void CGOpenMPSIMDRuntime::emitParallelCall(CodeGenFunction &CGF, in emitParallelCall()
11977 void CGOpenMPSIMDRuntime::emitCriticalRegion( in emitCriticalRegion()
11984 void CGOpenMPSIMDRuntime::emitMasterRegion(CodeGenFunction &CGF, in emitMasterRegion()
11990 void CGOpenMPSIMDRuntime::emitMaskedRegion(CodeGenFunction &CGF, in emitMaskedRegion()
11997 void CGOpenMPSIMDRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall()
12002 void CGOpenMPSIMDRuntime::emitTaskgroupRegion( in emitTaskgroupRegion()
12008 void CGOpenMPSIMDRuntime::emitSingleRegion( in emitSingleRegion()
12016 void CGOpenMPSIMDRuntime::emitOrderedRegion(CodeGenFunction &CGF, in emitOrderedRegion()
12023 void CGOpenMPSIMDRuntime::emitBarrierCall(CodeGenFunction &CGF, in emitBarrierCall()
12031 void CGOpenMPSIMDRuntime::emitForDispatchInit( in emitForDispatchInit()
12038 void CGOpenMPSIMDRuntime::emitForDispatchDeinit(CodeGenFunction &CGF, in emitForDispatchDeinit()
12043 void CGOpenMPSIMDRuntime::emitForStaticInit( in emitForStaticInit()
12049 void CGOpenMPSIMDRuntime::emitDistributeStaticInit( in emitDistributeStaticInit()
12055 void CGOpenMPSIMDRuntime::emitForOrderedIterationEnd(CodeGenFunction &CGF, in emitForOrderedIterationEnd()
12062 void CGOpenMPSIMDRuntime::emitForStaticFinish(CodeGenFunction &CGF, in emitForStaticFinish()
12068 llvm::Value *CGOpenMPSIMDRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext()
12076 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause()
12082 void CGOpenMPSIMDRuntime::emitProcBindClause(CodeGenFunction &CGF, in emitProcBindClause()
12088 Address CGOpenMPSIMDRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate()
12095 llvm::Function *CGOpenMPSIMDRuntime::emitThreadPrivateVarDefinition( in emitThreadPrivateVarDefinition()
12101 Address CGOpenMPSIMDRuntime::getAddrOfArtificialThreadPrivate( in getAddrOfArtificialThreadPrivate()
12106 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF, in emitFlush()
12113 void CGOpenMPSIMDRuntime::emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskCall()
12122 void CGOpenMPSIMDRuntime::emitTaskLoopCall( in emitTaskLoopCall()
12129 void CGOpenMPSIMDRuntime::emitReduction( in emitReduction()
12138 llvm::Value *CGOpenMPSIMDRuntime::emitTaskReductionInit( in emitTaskReductionInit()
12144 void CGOpenMPSIMDRuntime::emitTaskReductionFini(CodeGenFunction &CGF, in emitTaskReductionFini()
12150 void CGOpenMPSIMDRuntime::emitTaskReductionFixups(CodeGenFunction &CGF, in emitTaskReductionFixups()
12157 Address CGOpenMPSIMDRuntime::getTaskReductionItem(CodeGenFunction &CGF, in getTaskReductionItem()
12164 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF, in emitTaskwaitCall()
12170 void CGOpenMPSIMDRuntime::emitCancellationPointCall( in emitCancellationPointCall()
12176 void CGOpenMPSIMDRuntime::emitCancelCall(CodeGenFunction &CGF, in emitCancelCall()
12182 void CGOpenMPSIMDRuntime::emitTargetOutlinedFunction( in emitTargetOutlinedFunction()
12189 void CGOpenMPSIMDRuntime::emitTargetCall( in emitTargetCall()
12199 bool CGOpenMPSIMDRuntime::emitTargetFunctions(GlobalDecl GD) { in emitTargetFunctions()
12203 bool CGOpenMPSIMDRuntime::emitTargetGlobalVariable(GlobalDecl GD) { in emitTargetGlobalVariable()
12207 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) { in emitTargetGlobal()
12211 void CGOpenMPSIMDRuntime::emitTeamsCall(CodeGenFunction &CGF, in emitTeamsCall()
12219 void CGOpenMPSIMDRuntime::emitNumTeamsClause(CodeGenFunction &CGF, in emitNumTeamsClause()
12226 void CGOpenMPSIMDRuntime::emitTargetDataCalls( in emitTargetDataCalls()
12233 void CGOpenMPSIMDRuntime::emitTargetDataStandAloneCall( in emitTargetDataStandAloneCall()
12239 void CGOpenMPSIMDRuntime::emitDoacrossInit(CodeGenFunction &CGF, in emitDoacrossInit()
12245 void CGOpenMPSIMDRuntime::emitDoacrossOrdered(CodeGenFunction &CGF, in emitDoacrossOrdered()
12250 void CGOpenMPSIMDRuntime::emitDoacrossOrdered(CodeGenFunction &CGF, in emitDoacrossOrdered()
12256 CGOpenMPSIMDRuntime::translateParameter(const FieldDecl *FD, in translateParameter()
12262 CGOpenMPSIMDRuntime::getParameterAddress(CodeGenFunction &CGF, in getParameterAddress()