Lines Matching defs:SetCR
3322 int OperandToKeep = LII.SetCR ? 1 : 0;
3327 if (LII.SetCR) {
4579 bool SetCR = false;
4695 SetCR = Opc == PPC::RLDICL_rec;
4721 SetCR = Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec;
4748 if (SetCR) {
4780 LII.SetCR = SetCR;
4783 if (KilledDef && SetCR)
5018 bool SetCR = Opc == PPC::SLW_rec || Opc == PPC::SRW_rec ||
5038 LII.SetCR = SetCR;
5046 else if (!SetCR && ShAmt == 0 && !PostRA) {