Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h255 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
288 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars()
502 ReductionList Reductions;
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2358 Address ReductionList = in emitListToGlobalReduceFunction() local
2367 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2381 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
2394 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitListToGlobalReduceFunction()
2568 Address ReductionList = in emitGlobalToListReduceFunction() local
2577 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2591 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
2604 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitGlobalToListReduceFunction()
2900 Address ReductionList = in emitReduction() local
2913 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
H A DCGOpenMPRuntime.cpp5193 Address ReductionList = in emitReduction() local
5198 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5206 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5232 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()