Lines Matching refs:ReductionFunc

3274   Function *ReductionFunc =  in createReductionFunction()  local
3276 ReductionFunc->setAttributes(FuncAttrs); in createReductionFunction()
3277 ReductionFunc->addParamAttr(0, Attribute::NoUndef); in createReductionFunction()
3278 ReductionFunc->addParamAttr(1, Attribute::NoUndef); in createReductionFunction()
3280 BasicBlock::Create(M.getContext(), "entry", ReductionFunc); in createReductionFunction()
3287 Argument *Arg0 = ReductionFunc->getArg(0); in createReductionFunction()
3288 Argument *Arg1 = ReductionFunc->getArg(1); in createReductionFunction()
3335 return ReductionFunc; in createReductionFunction()
3346 Builder.saveIP(), Index, &LHSFixupPtr, &RHSFixupPtr, ReductionFunc)); in createReductionFunction()
3351 LHSPtrs[Index], [ReductionFunc](const Use &U) { in createReductionFunction()
3353 ReductionFunc; in createReductionFunction()
3356 RHSPtrs[Index], [ReductionFunc](const Use &U) { in createReductionFunction()
3358 ReductionFunc; in createReductionFunction()
3363 return ReductionFunc; in createReductionFunction()
3416 Function *ReductionFunc = nullptr; in createReductionsGPU() local
3418 ReductionFunc = in createReductionsGPU()
3427 Config.setGridValue(getGridValue(T, ReductionFunc)); in createReductionsGPU()
3465 emitShuffleAndReduceFunction(ReductionInfos, ReductionFunc, FuncAttrs); in createReductionsGPU()
3499 ReductionInfos, ReductionFunc, ReductionsBufferTy, FuncAttrs); in createReductionsGPU()
3503 ReductionInfos, ReductionFunc, ReductionsBufferTy, FuncAttrs); in createReductionsGPU()
3552 LHSPtr->replaceUsesWithIf(LHS, [ReductionFunc](const Use &U) { in createReductionsGPU()
3554 ReductionFunc; in createReductionsGPU()
3556 RHSPtr->replaceUsesWithIf(RHS, [ReductionFunc](const Use &U) { in createReductionsGPU()
3558 ReductionFunc; in createReductionsGPU()
3641 Function *ReductionFunc = getFreshReductionFunc(*Module); in createReductions() local
3649 ReductionFunc, Lock}, in createReductions()
3721 BasicBlock::Create(Module->getContext(), "", ReductionFunc); in createReductions()
3723 Value *LHSArrayPtr = ReductionFunc->getArg(0); in createReductions()
3724 Value *RHSArrayPtr = ReductionFunc->getArg(1); in createReductions()