Lines Matching refs:getBeginLoc

450         Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(),  in emitOutlinedFunctionPrologue()
485 CapVar ? CapVar->getBeginLoc() : FD->getBeginLoc(), in emitOutlinedFunctionPrologue()
526 FO.UIntPtrCastRequired ? FO.Loc : FO.S->getBeginLoc(), in emitOutlinedFunctionPrologue()
528 : CD->getBody()->getBeginLoc()); in emitOutlinedFunctionPrologue()
668 CallArg = WrapperCGF.EmitLoadOfScalar(LV, S.getBeginLoc()); in GenerateOpenMPCapturedStmtFunction()
677 CallArg = WrapperCGF.EmitLoadOfScalar(LV, S.getBeginLoc()); in GenerateOpenMPCapturedStmtFunction()
1134 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal()
1314 *this, D.getBeginLoc(), TaskLHSs, TaskRHSs, Data); in EmitOMPReductionClauseInit()
1448 *this, D.getBeginLoc(), in EmitOMPReductionClauseFinal()
1569 CGF, NumThreads, NumThreadsClause->getBeginLoc()); in emitCommonOMPParallelDirective()
1574 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc()); in emitCommonOMPParallelDirective()
1593 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, in emitCommonOMPParallelDirective()
1768 CGF, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in EmitOMPParallelDirective()
2645 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
2688 SourceLocation Loc = S.getBeginLoc(); in EmitOMPOuterLoop()
2804 RT.emitForDispatchInit(*this, S.getBeginLoc(), ScheduleKind, IVSize, in EmitOMPForOuterLoop()
2810 RT.emitForStaticInit(*this, S.getBeginLoc(), S.getDirectiveKind(), in EmitOMPForOuterLoop()
2856 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, StaticInit); in EmitOMPDistributeOuterLoop()
2952 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
2954 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3142 *this, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in EmitOMPWorksharingLoop()
3175 S.getBeginLoc()); in EmitOMPWorksharingLoop()
3227 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, in EmitOMPWorksharingLoop()
3276 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3287 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3293 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitOMPWorksharingLoop()
3297 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3465 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, S.getBeginLoc()); in emitScanBasedDirective()
3538 CGF.CGM.getOpenMPRuntime().emitMasterRegion(CGF, CodeGen, S.getBeginLoc()); in emitScanBasedDirective()
3540 CGF, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in emitScanBasedDirective()
3571 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getBeginLoc(), in emitWorksharingDirective()
3640 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForDirective()
3661 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_for); in EmitOMPForSimdDirective()
3698 OpaqueValueExpr IVRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections()
3700 OpaqueValueExpr UBRefExpr(S.getBeginLoc(), KmpInt32Ty, VK_LValue); in EmitSections()
3705 S.getBeginLoc(), FPOptionsOverride()); in EmitSections()
3709 S.getBeginLoc(), true, FPOptionsOverride()); in EmitSections()
3724 CGF.Builder.CreateSwitch(CGF.EmitLoadOfScalar(IV, S.getBeginLoc()), in EmitSections()
3752 CGF, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in EmitSections()
3770 CGF, S.getBeginLoc(), S.getDirectiveKind(), ScheduleKind, StaticInit); in EmitSections()
3772 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections()
3777 CGF.EmitStoreOfScalar(CGF.EmitLoadOfScalar(LB, S.getBeginLoc()), IV); in EmitSections()
3791 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitSections()
3799 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitSections()
3816 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitSections()
3888 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), in EmitOMPSectionsDirective()
3954 CGM.getOpenMPRuntime().emitSingleRegion(*this, CodeGen, S.getBeginLoc(), in EmitOMPSingleDirective()
3962 *this, S.getBeginLoc(), in EmitOMPSingleDirective()
3974 CGF.CGM.getOpenMPRuntime().emitMasterRegion(CGF, CodeGen, S.getBeginLoc()); in emitMaster()
4015 CGF.CGM.getOpenMPRuntime().emitMaskedRegion(CGF, CodeGen, S.getBeginLoc(), in emitMasked()
4106 CodeGen, S.getBeginLoc(), Hint); in EmitOMPCriticalDirective()
4185 CGF, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in EmitOMPParallelMasterDirective()
4353 *this, S.getBeginLoc(), LHSs, RHSs, Data); in EmitOMPTaskBasedDirective()
4438 CGF, S.getBeginLoc(), {CopyFnTy, CopyFn}, CallArgs); in EmitOMPTaskBasedDirective()
4492 CGF.CGM.getOpenMPRuntime().emitTaskReductionFixups(CGF, S.getBeginLoc(), in EmitOMPTaskBasedDirective()
4495 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
4541 CGF.CGM.getOpenMPRuntime().emitTaskReductionFixups(CGF, S.getBeginLoc(), in EmitOMPTaskBasedDirective()
4551 CGF, S.getBeginLoc(), ReductionsPtr, RedCG.getSharedLValue(Cnt)); in EmitOMPTaskBasedDirective()
4647 getContext(), Data, BaseAndPointerAndMapperType, CD, S.getBeginLoc()); in EmitOMPTargetTaskBasedDirective()
4649 getContext(), Data, BaseAndPointerAndMapperType, CD, S.getBeginLoc()); in EmitOMPTargetTaskBasedDirective()
4655 S.getBeginLoc()); in EmitOMPTargetTaskBasedDirective()
4667 getContext(), Data, BaseAndPointerAndMapperType, CD, S.getBeginLoc()); in EmitOMPTargetTaskBasedDirective()
4709 CGF, S.getBeginLoc(), {CopyFnTy, CopyFn}, CallArgs); in EmitOMPTargetTaskBasedDirective()
4743 CGM.getOpenMPRuntime().emitTaskCall(*this, S.getBeginLoc(), S, OutlinedFn, in EmitOMPTargetTaskBasedDirective()
4770 CGF.CGM.getOpenMPRuntime().emitTaskCall(CGF, S.getBeginLoc(), S, OutlinedFn, in EmitOMPTaskDirective()
4781 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getBeginLoc()); in EmitOMPTaskyieldDirective()
4785 CGM.getOpenMPRuntime().emitBarrierCall(*this, S.getBeginLoc(), OMPD_barrier); in EmitOMPBarrierDirective()
4789 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc()); in EmitOMPTaskwaitDirective()
4810 CGF.CGM.getOpenMPRuntime().emitTaskReductionInit(CGF, S.getBeginLoc(), in EmitOMPTaskgroupDirective()
4820 CGM.getOpenMPRuntime().emitTaskgroupRegion(*this, CodeGen, S.getBeginLoc()); in EmitOMPTaskgroupDirective()
4835 S.getBeginLoc(), AO); in EmitOMPFlushDirective()
4846 *this, Dependencies, DC->getBeginLoc()); in EmitOMPDepobjDirective()
4851 CGM.getOpenMPRuntime().emitDestroyClause(*this, DOLVal, DC->getBeginLoc()); in EmitOMPDepobjDirective()
4856 *this, DOLVal, UC->getDependencyKind(), UC->getBeginLoc()); in EmitOMPDepobjDirective()
5130 *this, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, in EmitOMPDistributeLoop()
5153 S.getBeginLoc()); in EmitOMPDistributeLoop()
5181 RT.emitDistributeStaticInit(*this, S.getBeginLoc(), ScheduleKind, in EmitOMPDistributeLoop()
5263 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPDistributeLoop()
5274 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPDistributeLoop()
5281 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitOMPDistributeLoop()
5331 emitOutlinedOrderedFunction(CGM, CS, S.getBeginLoc()); in EmitOMPOrderedDirective()
5332 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, S.getBeginLoc(), in EmitOMPOrderedDirective()
5340 CGM.getOpenMPRuntime().emitOrderedRegion(*this, CodeGen, S.getBeginLoc(), !C); in EmitOMPOrderedDirective()
5924 S.getBeginLoc()); in EmitOMPAtomicDirective()
6060 S.getBeginLoc()); in emitCommonOMPTeamsDirective()
6066 CGF.CGM.getOpenMPRuntime().emitTeamsCall(CGF, S, S.getBeginLoc(), OutlinedFn, in emitCommonOMPTeamsDirective()
6420 CGM.getOpenMPRuntime().emitCancellationPointCall(*this, S.getBeginLoc(), in EmitOMPCancellationPointDirective()
6449 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getBeginLoc(), IfCond, in EmitOMPCancelDirective()
6982 (*LIP)->getType(), S.getBeginLoc()))); in EmitOMPTaskLoopBasedDirective()
6987 (*LIP)->getType(), S.getBeginLoc())); in EmitOMPTaskLoopBasedDirective()
6996 CGF.CGM.getOpenMPRuntime().emitTaskLoopCall(CGF, S.getBeginLoc(), S, in EmitOMPTaskLoopBasedDirective()
7014 S.getBeginLoc()); in EmitOMPTaskLoopBasedDirective()
7041 CGM.getOpenMPRuntime().emitMasterRegion(*this, CodeGen, S.getBeginLoc()); in EmitOMPMasterTaskLoopDirective()
7053 CGM.getOpenMPRuntime().emitMasterRegion(*this, CodeGen, S.getBeginLoc()); in EmitOMPMasterTaskLoopSimdDirective()
7066 S.getBeginLoc()); in EmitOMPParallelMasterTaskLoopDirective()
7084 S.getBeginLoc()); in EmitOMPParallelMasterTaskLoopSimdDirective()