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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
 2643 /*  4725*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BGTZ64), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 5895     case Mips::BGTZ64:
lib/Target/Mips/MipsInstrInfo.cpp
  294   case Mips::BGTZ:    case Mips::BGTZ64:
  526     case Mips::BGTZ64:
lib/Target/Mips/MipsSEInstrInfo.cpp
  510   case Mips::BGTZ64: return Mips::BLEZ64;
  513   case Mips::BLEZ64: return Mips::BGTZ64;
  654           Opc == Mips::BNE64  || Opc == Mips::BGTZ64 || Opc == Mips::BGEZ64 ||