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.cpp2503 Argument *ReduceListArg = WcFunc->getArg(0); in emitInterWarpCopyFunction() local
2538 Type *Arg0Type = ReduceListArg->getType(); in emitInterWarpCopyFunction()
2542 Arg0Type, nullptr, ReduceListArg->getName() + ".addr"); in emitInterWarpCopyFunction()
2550 Builder.CreateStore(ReduceListArg, ReduceListAddrCast); in emitInterWarpCopyFunction()
2736 Argument *ReduceListArg = SarFunc->getArg(0); in emitShuffleAndReduceFunction() local
2744 Type *ReduceListArgType = ReduceListArg->getType(); in emitShuffleAndReduceFunction()
2748 ReduceListArgType, nullptr, ReduceListArg->getName() + ".addr"); in emitShuffleAndReduceFunction()
2777 Builder.CreateStore(ReduceListArg, ReduceListAddrCast); in emitShuffleAndReduceFunction()
2902 Argument *ReduceListArg = LtGCFunc->getArg(2); in emitListToGlobalCopyFunction() local
2909 Builder.getPtrTy(), nullptr, ReduceListArg->getName() + ".addr"); in emitListToGlobalCopyFunction()
[all …]