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