Home | History | Annotate | Download | only in ARM

Lines Matching refs:Op

669 /// register into the LDM/STM/VLDM{D|S}/VSTM{D|S} op when possible:
816 /// register into the LDR/STR/FLD{D|S}/FST{D|S} op when possible:
1005 /// op that is being merged.
1328 // If iterator hasn't been advanced and this is not a memory op, skip it.
1607 MachineInstr *Op = Ops[i];
1608 unsigned Loc = MI2LocMap[Op];
1611 FirstOp = Op;
1615 LastOp = Op;
1618 unsigned Opcode = Op->getOpcode();
1622 int Offset = getMemoryOpOffset(Op);
1623 unsigned Bytes = getLSMultipleTransferSize(Op);
1717 MachineInstr *Op = Ops.back();
1719 MBB->splice(InsertPos, MBB, Op);