Lines Matching defs:SetCR
3317 int OperandToKeep = LII.SetCR ? 1 : 0;
3322 if (LII.SetCR) {
4574 bool SetCR = false;
4690 SetCR = Opc == PPC::RLDICL_rec;
4716 SetCR = Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec;
4743 if (SetCR) {
4775 LII.SetCR = SetCR;
4778 if (KilledDef && SetCR)
5013 bool SetCR = Opc == PPC::SLW_rec || Opc == PPC::SRW_rec ||
5033 LII.SetCR = SetCR;
5041 else if (!SetCR && ShAmt == 0 && !PostRA) {