Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2745 Type *LaneIDArgType = LaneIDArg->getType(); in emitShuffleAndReduceFunction() local
2749 Value *LaneIdAlloca = Builder.CreateAlloca(LaneIDArgType, nullptr, in emitShuffleAndReduceFunction()
2752 LaneIDArgType, nullptr, RemoteLaneOffsetArg->getName() + ".addr"); in emitShuffleAndReduceFunction()
2753 Value *AlgoVerAlloca = Builder.CreateAlloca(LaneIDArgType, nullptr, in emitShuffleAndReduceFunction()
2783 Value *LaneId = Builder.CreateLoad(LaneIDArgType, LaneIdAddrCast); in emitShuffleAndReduceFunction()
2785 Builder.CreateLoad(LaneIDArgType, RemoteLaneOffsetAddrCast); in emitShuffleAndReduceFunction()
2786 Value *AlgoVer = Builder.CreateLoad(LaneIDArgType, AlgoVerAddrCast); in emitShuffleAndReduceFunction()