Lines Matching refs:En

2380   for (auto En : enumerate(ReductionInfos)) {  in emitReductionListCopy()  local
2381 const ReductionInfo &RI = En.value(); in emitReductionListCopy()
2394 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitReductionListCopy()
2401 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitReductionListCopy()
2560 for (auto En : enumerate(ReductionInfos)) { in emitInterWarpCopyFunction() local
2565 const ReductionInfo &RI = En.value(); in emitInterWarpCopyFunction()
2623 ConstantInt::get(IndexTy, En.index())}); in emitInterWarpCopyFunction()
2674 ConstantInt::get(IndexTy, En.index())}); in emitInterWarpCopyFunction()
2930 for (auto En : enumerate(ReductionInfos)) { in emitListToGlobalCopyFunction() local
2931 const ReductionInfo &RI = En.value(); in emitListToGlobalCopyFunction()
2937 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitListToGlobalCopyFunction()
2945 ReductionsBufferTy, BufferVD, 0, En.index()); in emitListToGlobalCopyFunction()
3048 for (auto En : enumerate(ReductionInfos)) { in emitListToGlobalReduceFunction() local
3051 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitListToGlobalReduceFunction()
3056 ReductionsBufferTy, BufferVD, 0, En.index()); in emitListToGlobalReduceFunction()
3121 for (auto En : enumerate(ReductionInfos)) { in emitGlobalToListCopyFunction() local
3122 const OpenMPIRBuilder::ReductionInfo &RI = En.value(); in emitGlobalToListCopyFunction()
3128 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitGlobalToListCopyFunction()
3135 ReductionsBufferTy, BufferVD, 0, En.index()); in emitGlobalToListCopyFunction()
3239 for (auto En : enumerate(ReductionInfos)) { in emitGlobalToListReduceFunction() local
3242 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitGlobalToListReduceFunction()
3247 ReductionsBufferTy, BufferVD, 0, En.index()); in emitGlobalToListReduceFunction()
3309 for (auto En : enumerate(ReductionInfos)) { in createReductionFunction() local
3310 const ReductionInfo &RI = En.value(); in createReductionFunction()
3313 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionFunction()
3321 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionFunction()
3341 for (auto En : enumerate(ReductionInfos)) { in createReductionFunction() local
3342 unsigned Index = En.index(); in createReductionFunction()
3343 const ReductionInfo &RI = En.value(); in createReductionFunction()
3454 for (auto En : enumerate(ReductionInfos)) { in createReductionsGPU() local
3455 const ReductionInfo &RI = En.value(); in createReductionsGPU()
3458 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionsGPU()
3473 for (auto En : enumerate(ReductionInfos)) { in createReductionsGPU() local
3474 auto Size = M.getDataLayout().getTypeStoreSize(En.value().ElementType); in createReductionsGPU()
3477 ReductionTypeArgs.emplace_back(En.value().ElementType); in createReductionsGPU()
3539 for (auto En : enumerate(ReductionInfos)) { in createReductionsGPU() local
3540 const ReductionInfo &RI = En.value(); in createReductionsGPU()
3547 Builder.restoreIP(RI.ReductionGenClang(Builder.saveIP(), En.index(), in createReductionsGPU()
3615 for (auto En : enumerate(ReductionInfos)) { in createReductions() local
3616 unsigned Index = En.index(); in createReductions()
3617 const ReductionInfo &RI = En.value(); in createReductions()
3668 for (auto En : enumerate(ReductionInfos)) { in createReductions() local
3669 const ReductionInfo &RI = En.value(); in createReductions()
3674 if (!IsByRef[En.index()]) { in createReductions()
3676 "red.value." + Twine(En.index())); in createReductions()
3680 "red.private.value." + Twine(En.index())); in createReductions()
3682 if (IsByRef[En.index()]) { in createReductions()
3692 if (!IsByRef[En.index()]) in createReductions()
3726 for (auto En : enumerate(ReductionInfos)) { in createReductions() local
3727 const ReductionInfo &RI = En.value(); in createReductions()
3729 RedArrayTy, LHSArrayPtr, 0, En.index()); in createReductions()
3734 RedArrayTy, RHSArrayPtr, 0, En.index()); in createReductions()
3744 if (!IsByRef[En.index()]) in createReductions()