Lines Matching refs:ADDE
668 setOperationAction(ISD::ADDE, MVT::i32, Custom);
996 case ARMISD::ADDE: return "ARMISD::ADDE";
5760 case ISD::ADDE: Opc = ARMISD::ADDE; ExtraOp = true; break;
5902 case ISD::ADDE:
8007 // If we find this pattern, we can replace the U/SMUL_LOHI, ADDC, and ADDE by
8015 // ADDE
8040 // Look for the glued ADDE.
8045 // Make sure it is really an ADDE.
8046 if (AddeNode->getOpcode() != ISD::ADDE)
8051 "ADDE node has the wrong inputs");
8057 // Make sure that the ADDE operands are not coming from the same node.
8061 // Find the MUL_LOHI node walking up ADDE's operands.
8129 /// ISD::ADDC, ISD::ADDE, and ISD::MUL_LOHI to MLAL.
10415 case ARMISD::ADDE: