Lines Matching refs:PtrOperand

4573   Value  *PtrOperand, *MaskOperand, *Src0Operand;  in visitMaskedStore()  local
4576 getCompressingStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4578 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedStore()
4580 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
4590 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitMaskedStore()
4739 Value *PtrOperand, *MaskOperand, *Src0Operand; in visitMaskedLoad() local
4742 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4744 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment); in visitMaskedLoad()
4746 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
4759 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitMaskedLoad()
4765 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitMaskedLoad()
7869 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPLoad() local
7878 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPLoad()
7882 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitVPLoad()
7896 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPGather() local
7904 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPGather()
7910 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPGather()
7915 Index = getValue(PtrOperand); in visitVPGather()
7936 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStore() local
7946 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitVPStore()
7959 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPScatter() local
7967 PtrOperand->getType()->getScalarType()->getPointerAddressSpace(); in visitVPScatter()
7973 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPScatter()
7978 Index = getValue(PtrOperand); in visitVPScatter()
8001 Value *PtrOperand = VPIntrin.getArgOperand(0); in visitVPStridedLoad() local
8007 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo); in visitVPStridedLoad()
8011 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad, in visitVPStridedLoad()
8026 Value *PtrOperand = VPIntrin.getArgOperand(1); in visitVPStridedStore() local
8033 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore, in visitVPStridedStore()