Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h266 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
302 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars()
601 ReductionList Reductions;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3370 Value *ReductionList = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
3384 RedListArrayTy, ReductionList, in emitGlobalToListReduceFunction()
3397 Builder.CreateCall(ReduceFn, {ReduceList, ReductionList}) in emitGlobalToListReduceFunction()
3603 Value *ReductionList = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionsGPU() local
3611 RedArrayTy, ReductionList, in createReductionsGPU()
3627 Value *RL = Builder.CreatePointerBitCastOrAddrSpaceCast(ReductionList, PtrTy); in createReductionsGPU()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5244 RawAddress ReductionList = in emitReduction() local
5249 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5257 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5283 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()