Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IL

2618         RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2797 LoopArgs.IL, LoopArgs.Chunk, LoopArgs.EUB);
2827 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB,
2846 OuterLoopArgs.IL = LoopArgs.IL;
3104 LValue IL =
3188 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk,
3197 IVSize, IVSigned, Ordered, IL.getAddress(CGF),
3243 IL.getAddress(*this), Chunk, EUB);
3248 EmitOMPSimdFinal(S, [IL, &S](CodeGenFunction &CGF) {
3250 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
3259 *this, S, [IL, &S](CodeGenFunction &CGF) {
3261 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
3267 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc())));
3269 EmitOMPLinearClauseFinal(S, [IL, &S](CodeGenFunction &CGF) {
3271 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
3668 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.",
3741 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(CGF),
3763 emitPostUpdateForReductionClause(CGF, S, [IL, &S](CodeGenFunction &CGF) {
3765 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
3773 CGF.EmitLoadOfScalar(IL, S.getBeginLoc())));
5095 LValue IL =
5152 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(*this),
5230 IL.getAddress(*this), Chunk};
5235 EmitOMPSimdFinal(S, [IL, &S](CodeGenFunction &CGF) {
5237 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
5246 *this, S, [IL, &S](CodeGenFunction &CGF) {
5248 CGF.EmitLoadOfScalar(IL, S.getBeginLoc()));
5255 Builder.CreateIsNotNull(EmitLoadOfScalar(IL, S.getBeginLoc())));