Home
last modified time | relevance | path

Searched refs:ReductionList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h256 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
289 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars()
514 ReductionList Reductions;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2710 Address ReductionList = in emitListToGlobalReduceFunction() local
2719 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2733 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2746 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitListToGlobalReduceFunction()
2920 Address ReductionList = in emitGlobalToListReduceFunction() local
2929 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2943 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2956 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitGlobalToListReduceFunction()
3252 Address ReductionList = in emitReduction() local
3265 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
H A DCGOpenMPRuntime.cpp5506 Address ReductionList = in emitReduction() local
5511 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5519 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5545 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()