Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h263 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable
291 ReductionList &getReductionVars() { return Reductions; } in getReductionVars()
505 ReductionList Reductions;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3245 Address ReductionList = in emitListToGlobalReduceFunction() local
3254 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
3268 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction()
3281 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitListToGlobalReduceFunction()
3451 Address ReductionList = in emitGlobalToListReduceFunction() local
3460 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
3474 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction()
3487 CGF.EmitCastToVoidPtr(ReductionList.getPointer()); in emitGlobalToListReduceFunction()
3783 Address ReductionList = in emitReduction() local
3796 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
[all …]
H A DCGOpenMPRuntime.cpp5601 Address ReductionList = in emitReduction() local
5606 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5614 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction()
5640 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()