Lines Matching defs:PtrOperand

4808   Value  *PtrOperand, *MaskOperand, *Src0Operand;
4811 getCompressingStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment);
4813 getMaskedStoreOps(PtrOperand, MaskOperand, Src0Operand, Alignment);
4815 SDValue Ptr = getValue(PtrOperand);
4827 MachinePointerInfo(PtrOperand), MMOFlags,
4983 Value *PtrOperand, *MaskOperand, *Src0Operand;
4986 getExpandingLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment);
4988 getMaskedLoadOps(PtrOperand, MaskOperand, Src0Operand, Alignment);
4990 SDValue Ptr = getValue(PtrOperand);
5000 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo);
5010 MachinePointerInfo(PtrOperand), MMOFlags,
8428 Value *PtrOperand = VPIntrin.getArgOperand(0);
8437 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo);
8441 MachinePointerInfo(PtrOperand), MachineMemOperand::MOLoad,
8455 Value *PtrOperand = VPIntrin.getArgOperand(0);
8463 PtrOperand->getType()->getScalarType()->getPointerAddressSpace();
8469 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale,
8474 Index = getValue(PtrOperand);
8495 Value *PtrOperand = VPIntrin.getArgOperand(1);
8505 MachinePointerInfo(PtrOperand), MachineMemOperand::MOStore,
8518 Value *PtrOperand = VPIntrin.getArgOperand(1);
8526 PtrOperand->getType()->getScalarType()->getPointerAddressSpace();
8532 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale,
8537 Index = getValue(PtrOperand);
8560 Value *PtrOperand = VPIntrin.getArgOperand(0);
8566 MemoryLocation ML = MemoryLocation::getAfter(PtrOperand, AAInfo);
8569 unsigned AS = PtrOperand->getType()->getPointerAddressSpace();
8586 Value *PtrOperand = VPIntrin.getArgOperand(1);
8592 unsigned AS = PtrOperand->getType()->getPointerAddressSpace();