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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
24225 /* 45400*/      OPC_MorphNodeTo0, TARGET_VAL(Mips::B_MM), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenGlobalISel.inc
21933         GIR_MutateOpcode, /*InsnID*/0, /*RecycleInsnID*/0, /*Opcode*/Mips::B_MM,
gen/lib/Target/Mips/MipsGenMCPseudoLowering.inc
  195     case Mips::B_MM: {
lib/Target/Mips/MipsInstrInfo.cpp
  307   case Mips::B_MM:
lib/Target/Mips/MipsSEInstrInfo.cpp
   29     return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM;
  657           Opc == Mips::J_MM   || Opc == Mips::B_MM   || Opc == Mips::BEQZC_MM ||