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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
  539       Cond.push_back(LastInst.getOperand(0));
  540       Cond.push_back(LastInst.getOperand(1));
  547       Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
  548       Cond.push_back(LastInst.getOperand(0));
  555       Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
  556       Cond.push_back(LastInst.getOperand(0));
  565       Cond.push_back(MachineOperand::CreateImm(1));
  566       Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
  576       Cond.push_back(MachineOperand::CreateImm(0));
  577       Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
  600     Cond.push_back(SecondLastInst.getOperand(0));
  601     Cond.push_back(SecondLastInst.getOperand(1));
  610     Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
  611     Cond.push_back(SecondLastInst.getOperand(0));
  620     Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_UNSET));
  621     Cond.push_back(SecondLastInst.getOperand(0));
  633     Cond.push_back(MachineOperand::CreateImm(1));
  634     Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
  647     Cond.push_back(MachineOperand::CreateImm(0));
  648     Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,