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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 4531   { 271 /* bdnz */, PPC::BDNZ, Convert__CondBr1_0, AMFBS_None, { MCK_CondBr }, },
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2797     case PPC::BDNZ:
lib/Target/PowerPC/PPCBranchSelector.cpp
  309         else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ ||
  350         } else if (I->getOpcode() == PPC::BDNZ) {
  355           BuildMI(MBB, I, dl, TII->get(PPC::BDNZ)).addImm(2);
lib/Target/PowerPC/PPCCTRLoops.cpp
  211       if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ ||
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 4991                                 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ)
lib/Target/PowerPC/PPCInstrInfo.cpp
  559                LastInst.getOpcode() == PPC::BDNZ) {
  625               SecondLastInst.getOpcode() == PPC::BDNZ) &&
  680       I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ &&
  693       I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ &&
  722                               (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
  739                             (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
 1462       MI.setDesc(get(Pred[0].getImm() ? (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ)
 4155   return (Opcode == (Subtarget.isPPC64() ? PPC::BDNZ8 : PPC::BDNZ));