Home | History | Annotate | Download | only in ARM

Lines Matching refs:CmpZ

1132   case ARMISD::CMPZ:          return "ARMISD::CMPZ";
3471 CompareType = ARMISD::CMPZ;
3496 if (Opc == ARMISD::CMP || Opc == ARMISD::CMPZ)
10831 SDValue CmpZ = CMOV->getOperand(4);
10834 if (!isNullConstant(CmpZ->getOperand(1)))
10837 assert(CmpZ->getOpcode() == ARMISD::CMPZ);
10838 SDValue And = CmpZ->getOperand(0);
10851 assert(CC == ARMCC::NE && "How can a CMPZ node not be EQ or NE?");
10908 if (Cmp.getOpcode() != ARMISD::CMPZ)
10922 // (brcond Chain BB ne CPSR (cmpz (and (cmov 0 1 CC CPSR Cmp) 1) 0))
10948 if (Cmp.getOpcode() != ARMISD::CMPZ)
10997 // (cmov F T ne CPSR (cmpz (cmov 0 1 CC CPSR Cmp) 0))