Searched refs:PtrOperand (Results 1 – 3 of 3) sorted by relevance
882 Value *PtrOperand = nullptr; in isInterestingMemoryAccess() local889 PtrOperand = LI->getPointerOperand(); in isInterestingMemoryAccess()895 PtrOperand = SI->getPointerOperand(); in isInterestingMemoryAccess()901 PtrOperand = RMW->getPointerOperand(); in isInterestingMemoryAccess()907 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()914 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) in isInterestingMemoryAccess()917 return PtrOperand; in isInterestingMemoryAccess()
3273 Value *PtrOperand = I.getArgOperand(1); in visitMaskedStore() local3274 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()3287 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedStore()3396 Value *PtrOperand = I.getArgOperand(0); in visitMaskedLoad() local3397 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()3413 PtrOperand, DAG.getDataLayout().getTypeStoreSize(I.getType()), in visitMaskedLoad()3421 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedLoad()
2397 Value *PtrOperand = Gep->getPointerOperand(); in vectorizeMemoryInstruction() local2398 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()