Searched refs:DestElementAddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2383 Value *DestElementAddr = nullptr; in emitReductionListCopy() local 2410 DestElementAddr = DestAlloca; in emitReductionListCopy() 2411 DestElementAddr = in emitReductionListCopy() 2412 Builder.CreateAddrSpaceCast(DestElementAddr, Builder.getPtrTy(), in emitReductionListCopy() 2413 DestElementAddr->getName() + ".ascast"); in emitReductionListCopy() 2420 DestElementAddr = in emitReductionListCopy() 2429 shuffleAndStore(AllocaIP, SrcElementAddr, DestElementAddr, RI.ElementType, in emitReductionListCopy() 2436 Builder.CreateStore(Elem, DestElementAddr); in emitReductionListCopy() 2450 RI.ElementType, DestElementAddr, 0, 0, ".realp"); in emitReductionListCopy() 2452 RI.ElementType, DestElementAddr, 0, 1, ".imagp"); in emitReductionListCopy() [all …]
|