Searched refs:LADD (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 684 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD : in ExpandADDSUB() 1507 case XCoreISD::LADD: { in PerformDAGCombine() 1517 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2); in PerformDAGCombine() 1605 DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1); in PerformDAGCombine() 1696 case XCoreISD::LADD: in computeKnownBitsForTargetNode()
|
| H A D | XCoreInstrInfo.td | 82 def XCoreLAdd : SDNode<"XCoreISD::LADD", SDT_XCoreLAddSub>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 885 LADD, enumerator
|
| H A D | X86InstrFragments.td | 279 def X86lock_add : SDNode<"X86ISD::LADD", SDTLockBinaryArithWithFlags,
|
| H A D | X86ISelLowering.cpp | 28057 Opc = X86ISD::LADD; in LowerINTRINSIC_W_CHAIN() 32852 NewOpc = X86ISD::LADD; in lowerAtomicArithWithLOCK() 35026 NODE_NAME_CASE(LADD) in getTargetNodeName()
|