Lines Matching defs:Op1
252 bool VLIWPacketizerList::alias(const MachineMemOperand &Op1,
255 if (!Op1.getValue() || !Op2.getValue() || !Op1.getSize().hasValue() ||
259 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset());
260 int64_t Overlapa = Op1.getSize().getValue() + Op1.getOffset() - MinOffset;
264 AA->alias(MemoryLocation(Op1.getValue(), Overlapa,
265 UseTBAA ? Op1.getAAInfo() : AAMDNodes()),
278 for (const MachineMemOperand *Op1 : MI1.memoperands())
280 if (alias(*Op1, *Op2, UseTBAA))