Home | History | Annotate | Download | only in XCore

Lines Matching refs:LADD

57     case XCoreISD::LADD              : return "XCoreISD::LADD";
745 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
1648 case XCoreISD::LADD: {
1658 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1660 // fold (ladd 0, 0, x) -> 0, x & 1
1669 // fold (ladd x, 0, y) -> 0, add x, y iff carry is unused and y has only the
1747 // Otherwise fold to ladd(a, b, 0)
1749 DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1);
1846 case XCoreISD::LADD: