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.cpp2887 Type *LaneIDArgType = LaneIDArg->getType(); in emitShuffleAndReduceFunction() local
2891 Value *LaneIdAlloca = Builder.CreateAlloca(LaneIDArgType, nullptr, in emitShuffleAndReduceFunction()
2894 LaneIDArgType, nullptr, RemoteLaneOffsetArg->getName() + ".addr"); in emitShuffleAndReduceFunction()
2895 Value *AlgoVerAlloca = Builder.CreateAlloca(LaneIDArgType, nullptr, in emitShuffleAndReduceFunction()
2925 Value *LaneId = Builder.CreateLoad(LaneIDArgType, LaneIdAddrCast); in emitShuffleAndReduceFunction()
2927 Builder.CreateLoad(LaneIDArgType, RemoteLaneOffsetAddrCast); in emitShuffleAndReduceFunction()
2928 Value *AlgoVer = Builder.CreateLoad(LaneIDArgType, AlgoVerAddrCast); in emitShuffleAndReduceFunction()