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

References

lib/Target/AArch64/AArch64InstrInfo.cpp
  297   if (Cond[0].getImm() != -1) {
  299     AArch64CC::CondCode CC = (AArch64CC::CondCode)(int)Cond[0].getImm();
  300     Cond[0].setImm(AArch64CC::getInvertedCondCode(CC));
  303     switch (Cond[1].getImm()) {
  307       Cond[1].setImm(AArch64::CBNZW);
  310       Cond[1].setImm(AArch64::CBZW);
  313       Cond[1].setImm(AArch64::CBNZX);
  316       Cond[1].setImm(AArch64::CBZX);
  319       Cond[1].setImm(AArch64::TBNZW);
  322       Cond[1].setImm(AArch64::TBZW);
  325       Cond[1].setImm(AArch64::TBNZX);
  328       Cond[1].setImm(AArch64::TBZX);