Searched refs:ReductionList (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 254 using ReductionList = MapVector<PHINode *, RecurrenceDescriptor>; variable 290 const ReductionList &getReductionVars() const { return Reductions; } in getReductionVars() 503 ReductionList Reductions;
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3227 Value *ReductionList = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local 3241 RedListArrayTy, ReductionList, in emitGlobalToListReduceFunction() 3254 Builder.CreateCall(ReduceFn, {ReduceList, ReductionList}) in emitGlobalToListReduceFunction() 3449 Value *ReductionList = Builder.CreatePointerBitCastOrAddrSpaceCast( in createReductionsGPU() local 3457 RedArrayTy, ReductionList, in createReductionsGPU() 3469 Value *RL = Builder.CreatePointerBitCastOrAddrSpaceCast(ReductionList, PtrTy); in createReductionsGPU()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5006 RawAddress ReductionList = in emitReduction() local 5011 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction() 5019 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction() 5045 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
|