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

References

lib/Target/Mips/MipsAsmPrinter.cpp
  190   unsigned Opc = MI->getOpcode();
  193   if (MI->isDebugValue()) {
  197     PrintDebugValueComment(MI, OS);
  200   if (MI->isDebugLabel())
  216     unsigned LabelId = (unsigned)MI->getOperand(0).getImm();
  217     unsigned CPIdx = (unsigned)MI->getOperand(1).getIndex();
  237     LowerPATCHABLE_FUNCTION_ENTER(*MI);
  240     LowerPATCHABLE_FUNCTION_EXIT(*MI);
  243     LowerPATCHABLE_TAIL_CALL(*MI);
  248       (MI->isReturn() || MI->isCall() || MI->isIndirectBranch())) {
  248       (MI->isReturn() || MI->isCall() || MI->isIndirectBranch())) {
  248       (MI->isReturn() || MI->isCall() || MI->isIndirectBranch())) {
  249     emitDirectiveRelocJalr(*MI, OutContext, TM, *OutStreamer, *Subtarget);
  252   MachineBasicBlock::const_instr_iterator I = MI->getIterator();
  253   MachineBasicBlock::const_instr_iterator E = MI->getParent()->instr_end();