Searched refs:DestElementAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2517 Value *DestElementAddr = nullptr; in emitReductionListCopy() local 2544 DestElementAddr = DestAlloca; in emitReductionListCopy() 2545 DestElementAddr = in emitReductionListCopy() 2546 Builder.CreateAddrSpaceCast(DestElementAddr, Builder.getPtrTy(), in emitReductionListCopy() 2547 DestElementAddr->getName() + ".ascast"); in emitReductionListCopy() 2554 DestElementAddr = in emitReductionListCopy() 2563 shuffleAndStore(AllocaIP, SrcElementAddr, DestElementAddr, RI.ElementType, in emitReductionListCopy() 2570 Builder.CreateStore(Elem, DestElementAddr); in emitReductionListCopy() 2584 RI.ElementType, DestElementAddr, 0, 0, ".realp"); in emitReductionListCopy() 2586 RI.ElementType, DestElementAddr, 0, 1, ".imagp"); in emitReductionListCopy() [all …]
|