Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h263 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
296 ReductionList &getReductionVars() { return Reductions; } in getReductionVars()
505 ReductionList Reductions;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2659 Address ReductionList = in emitListToGlobalReduceFunction() local
2668 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2682 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2695 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitListToGlobalReduceFunction()
2865 Address ReductionList = in emitGlobalToListReduceFunction() local
2874 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2888 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2901 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitGlobalToListReduceFunction()
3197 Address ReductionList = in emitReduction() local
3210 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
H A DCGOpenMPRuntime.cpp5614 Address ReductionList = in emitReduction() local
5619 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5627 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5653 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()