Searched refs:PtrOperand (Results 1 – 3 of 3) sorted by relevance
818 Value *PtrOperand = nullptr; in isInterestingMemoryAccess() local825 PtrOperand = LI->getPointerOperand(); in isInterestingMemoryAccess()831 PtrOperand = SI->getPointerOperand(); in isInterestingMemoryAccess()837 PtrOperand = RMW->getPointerOperand(); in isInterestingMemoryAccess()843 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()850 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) in isInterestingMemoryAccess()853 return PtrOperand; in isInterestingMemoryAccess()
3060 Value *PtrOperand = I.getArgOperand(1); in visitMaskedStore() local3061 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()3074 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedStore()3176 Value *PtrOperand = I.getArgOperand(0); in visitMaskedLoad() local3177 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()3193 PtrOperand, AA->getTypeStoreSize(I.getType()), AAInfo))) { in visitMaskedLoad()3200 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedLoad()
2183 Value *PtrOperand = Gep->getPointerOperand(); in vectorizeMemoryInstruction() local2184 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()