Searched refs:ReduceListArg (Results 1 – 1 of 1) sorted by relevance
2638 Argument *ReduceListArg = WcFunc->getArg(0); in emitInterWarpCopyFunction() local2673 Type *Arg0Type = ReduceListArg->getType(); in emitInterWarpCopyFunction()2677 Arg0Type, nullptr, ReduceListArg->getName() + ".addr"); in emitInterWarpCopyFunction()2685 Builder.CreateStore(ReduceListArg, ReduceListAddrCast); in emitInterWarpCopyFunction()2878 Argument *ReduceListArg = SarFunc->getArg(0); in emitShuffleAndReduceFunction() local2886 Type *ReduceListArgType = ReduceListArg->getType(); in emitShuffleAndReduceFunction()2890 ReduceListArgType, nullptr, ReduceListArg->getName() + ".addr"); in emitShuffleAndReduceFunction()2919 Builder.CreateStore(ReduceListArg, ReduceListAddrCast); in emitShuffleAndReduceFunction()3045 Argument *ReduceListArg = LtGCFunc->getArg(2); in emitListToGlobalCopyFunction() local3052 Builder.getPtrTy(), nullptr, ReduceListArg->getName() + ".addr"); in emitListToGlobalCopyFunction()[all …]