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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
 2683 /*  4789*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE64), 0|OPFL_Chain,
 2842 /*  5088*/              OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE64), 0|OPFL_Chain,
 2966 /*  5318*/        OPC_MorphNodeTo0, TARGET_VAL(Mips::BNE64), 0|OPFL_Chain,
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 6003     case Mips::BNE64:
lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp
  235   case Mips::BNE64:
lib/Target/Mips/MipsExpandPseudo.cpp
  238     BNE = Mips::BNE64;
lib/Target/Mips/MipsInstrInfo.cpp
  302   case Mips::BNE:     case Mips::BNE64:
  522     case Mips::BNE64:
lib/Target/Mips/MipsSEInstrInfo.cpp
  508   case Mips::BEQ64:  return Mips::BNE64;
  509   case Mips::BNE64:  return Mips::BEQ64;
  654           Opc == Mips::BNE64  || Opc == Mips::BGTZ64 || Opc == Mips::BGEZ64 ||