Lines Matching refs:IL

2839         RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,  in EmitOMPOuterLoop()
3000 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3016 LoopArgs.IL, LoopArgs.Chunk, LoopArgs.EUB); in EmitOMPForOuterLoop()
3046 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB, in EmitOMPDistributeOuterLoop()
3065 OuterLoopArgs.IL = LoopArgs.IL; in EmitOMPDistributeOuterLoop()
3323 LValue IL = in EmitOMPWorksharingLoop() local
3408 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop()
3417 IVSize, IVSigned, Ordered, IL.getAddress(CGF), in EmitOMPWorksharingLoop()
3463 IL.getAddress(*this), Chunk, EUB); in EmitOMPWorksharingLoop()
3468 EmitOMPSimdFinal(S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPWorksharingLoop()
3470 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3479 *this, S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPWorksharingLoop()
3481 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3487 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitOMPWorksharingLoop()
3489 EmitOMPLinearClauseFinal(S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPWorksharingLoop()
3491 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPWorksharingLoop()
3995 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() local
4068 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(CGF), in EmitSections()
4090 emitPostUpdateForReductionClause(CGF, S, [IL, &S](CodeGenFunction &CGF) { in EmitSections()
4092 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitSections()
4100 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitSections()
5656 LValue IL = in EmitOMPDistributeLoop() local
5713 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(*this), in EmitOMPDistributeLoop()
5791 IL.getAddress(*this), Chunk}; in EmitOMPDistributeLoop()
5796 EmitOMPSimdFinal(S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5798 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPDistributeLoop()
5807 *this, S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5809 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())); in EmitOMPDistributeLoop()
5816 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc()))); in EmitOMPDistributeLoop()