Lines Matching defs:OMPRuntime
9140 emitTargetCallFallback(CGOpenMPRuntime *OMPRuntime, llvm::Function *OutlinedFn,
9152 OMPRuntime->emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedFn,
9316 CGOpenMPRuntime *OMPRuntime, llvm::Function *OutlinedFn,
9327 llvm::OpenMPIRBuilder &OMPBuilder = OMPRuntime->getOMPBuilder();
9349 auto &&ThenGen = [&OMPRuntime, OutlinedFn, &D, &CapturedVars,
9360 emitTargetCallFallback(OMPRuntime, OutlinedFn, D, CapturedVars,
9375 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS,
9379 emitTargetCallFallback(OMPRuntime, OutlinedFn, D, CapturedVars,
9392 NumTeams.push_back(OMPRuntime->emitNumTeamsForTargetDirective(CGF, D));
9394 OMPRuntime->emitNumThreadsForTargetDirective(CGF, D));
9398 llvm::Value *RTLoc = OMPRuntime->emitUpdateLocation(CGF, D.getBeginLoc());
9400 OMPRuntime->emitTargetNumIterationsCall(CGF, D, SizeEmitter);
9414 cantFail(OMPRuntime->getOMPBuilder().emitKernelLaunch(
9423 OMPRuntime->emitInlinedDirective(CGF, D.getDirectiveKind(), ThenGen);
9427 emitTargetCallElse(CGOpenMPRuntime *OMPRuntime, llvm::Function *OutlinedFn,
9435 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS,
9437 emitTargetCallFallback(OMPRuntime, OutlinedFn, D, CapturedVars,
9445 OMPRuntime->emitInlinedDirective(CGF, D.getDirectiveKind(), ElseGen);