Home | History | Annotate | Download | only in ARM

Lines Matching refs:ADDE

631     setOperationAction(ISD::ADDE,    MVT::i32, Custom);
970 case ARMISD::ADDE: return "ARMISD::ADDE";
6065 case ISD::ADDE: Opc = ARMISD::ADDE; ExtraOp = true; break;
6244 case ISD::ADDE:
7802 // If we find this pattern, we can replace the U/SMUL_LOHI, ADDC, and ADDE by
7810 // ADDE
7835 // Look for the glued ADDE.
7840 // Make sure it is really an ADDE.
7841 if (AddeNode->getOpcode() != ISD::ADDE)
7846 "ADDE node has the wrong inputs");
7852 // Make sure that the ADDE operands are not coming from the same node.
7856 // Find the MUL_LOHI node walking up ADDE's operands.
7923 /// ISD::ADDC, ISD::ADDE, and ISD::MUL_LOHI to MLAL.
10203 case ARMISD::ADDE: