Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Op

612 void MachineInstr::addOperand(const MachineOperand &Op) {
614 bool isImpReg = Op.isReg() && Op.isImplicit();
653 Operands.insert(Operands.begin() + OpNo, Op);