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

Declarations

lib/Target/Mips/MipsMCInstLower.h
   38   MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;

References

lib/Target/Mips/MipsAsmPrinter.cpp
  107   MCOp = MCInstLowering.LowerOperand(MO);
lib/Target/Mips/MipsMCInstLower.cpp
  221   OutMI.addOperand(LowerOperand(MI->getOperand(0)));
  280     OutMI.addOperand(LowerOperand(MO));
  325     MCOperand MCOp = LowerOperand(MO);