reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineInstr.cpp
  203   if (&Op >= Operands && &Op < Operands + NumOperands) {
  203   if (&Op >= Operands && &Op < Operands + NumOperands) {
  207     MachineOperand CopyOp(Op);
  219   bool isImpReg = Op.isReg() && Op.isImplicit();
  219   bool isImpReg = Op.isReg() && Op.isImplicit();
  228   bool isDebugOp = Op.getType() == MachineOperand::MO_Metadata ||
  229                    Op.getType() == MachineOperand::MO_MCSymbol;
  233   assert((isImpReg || Op.isRegMask() || MCID->isVariadic() ||
  263   MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op);