Searched refs:SrcElementAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2516 Value *SrcElementAddr = nullptr; in emitReductionListCopy() local 2529 SrcElementAddr = Builder.CreateLoad(Builder.getPtrTy(), SrcElementPtrAddr); in emitReductionListCopy() 2563 shuffleAndStore(AllocaIP, SrcElementAddr, DestElementAddr, RI.ElementType, in emitReductionListCopy() 2568 Value *Elem = Builder.CreateLoad(RI.ElementType, SrcElementAddr); in emitReductionListCopy() 2575 RI.ElementType, SrcElementAddr, 0, 0, ".realp"); in emitReductionListCopy() 2579 RI.ElementType, SrcElementAddr, 0, 1, ".imagp"); in emitReductionListCopy() 2596 SrcElementAddr, M.getDataLayout().getPrefTypeAlign(RI.ElementType), in emitReductionListCopy()
|