Lines Matching refs:PtrOperand
4777 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedStore() local
4780 getCompressingStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4782 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4784 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
4796 MachinePointerInfo(PtrOperand), MMOFlags, in visitMaskedStore()
4952 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
4955 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4957 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4959 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
4969 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
4979 MachinePointerInfo(PtrOperand), MMOFlags, in visitMaskedLoad()
8282 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoad() local
8291 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad()
8295 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitVPLoad()
8309 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPGather() local
8317 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPGather()
8323 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPGather()
8328 Index = getValue(PtrOperand); in visitVPGather()
8349 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStore() local
8359 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitVPStore()
8372 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPScatter() local
8380 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPScatter()
8386 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPScatter()
8391 Index = getValue(PtrOperand); in visitVPScatter()
8414 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
8420 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()
8423 unsigned AS = PtrOperand->getType()->getPointerAddressSpace(); in visitVPStridedLoad()
8440 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
8446 unsigned AS = PtrOperand->getType()->getPointerAddressSpace(); in visitVPStridedStore()