Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h254 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
287 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars()
500 ReductionList Reductions;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2307 Address ReductionList = in emitListToGlobalReduceFunction() local
2315 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2329 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2341 llvm::Value *GlobalReduceList = ReductionList.getPointer(); in emitListToGlobalReduceFunction()
2514 Address ReductionList = in emitGlobalToListReduceFunction() local
2522 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2536 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2548 llvm::Value *GlobalReduceList = ReductionList.getPointer(); in emitGlobalToListReduceFunction()
2854 Address ReductionList = in emitReduction() local
2867 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
H A DCGOpenMPRuntime.cpp4990 Address ReductionList = in emitReduction() local
4995 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5003 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5029 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()