Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2638 Argument *ReduceListArg = WcFunc->getArg(0); in emitInterWarpCopyFunction() local
2673 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() local
2886 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() local
3052 Builder.getPtrTy(), nullptr, ReduceListArg->getName() + ".addr"); in emitListToGlobalCopyFunction()
[all …]