Lines Matching refs:PtrOperand
4322 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
4325 getCompressingStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4327 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4329 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
4339 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitMaskedStore()
4486 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
4489 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4491 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4493 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
4506 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
4512 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitMaskedLoad()
7396 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoadGather() local
7407 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoadGather()
7411 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitVPLoadGather()
7419 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPLoadGather()
7425 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPLoadGather()
7430 Index = getValue(PtrOperand); in visitVPLoadGather()
7456 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStoreScatter() local
7467 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitVPStoreScatter()
7476 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPStoreScatter()
7482 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPStoreScatter()
7487 Index = getValue(PtrOperand); in visitVPStoreScatter()
7510 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
7516 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()
7520 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitVPStridedLoad()
7535 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
7542 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitVPStridedStore()