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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
 2630 /*  4705*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BGEZ64), 0|OPFL_Chain,
 2728 /*  4873*/            OPC_MorphNodeTo0, TARGET_VAL(Mips::BGEZ64), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5890     case Mips::BGEZ64:
lib/Target/Mips/MipsInstrInfo.cpp
  290   case Mips::BGEZ:    case Mips::BGEZ64:
  528     case Mips::BGEZ64:
lib/Target/Mips/MipsSEInstrInfo.cpp
  511   case Mips::BGEZ64: return Mips::BLTZ64;
  512   case Mips::BLTZ64: return Mips::BGEZ64;
  654           Opc == Mips::BNE64  || Opc == Mips::BGTZ64 || Opc == Mips::BGEZ64 ||