Searched refs:LADD (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 52 // Corresponds to LADD instruction 53 LADD, enumerator
|
H A D | XCoreISelLowering.cpp | 57 case XCoreISD::LADD : return "XCoreISD::LADD"; in getTargetNodeName() 711 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD : in ExpandADDSUB() 1536 case XCoreISD::LADD: { in PerformDAGCombine() 1546 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2); in PerformDAGCombine() 1634 DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N2, N3, N1); in PerformDAGCombine() 1725 case XCoreISD::LADD: in computeKnownBitsForTargetNode()
|
H A D | XCoreISelDAGToDAG.cpp | 177 case XCoreISD::LADD: { in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 795 LADD, enumerator
|
H A D | X86InstrFragments.td | 281 def X86lock_add : SDNode<"X86ISD::LADD", SDTLockBinaryArithWithFlags,
|
H A D | X86ISelLowering.cpp | 27108 Opc = X86ISD::LADD; in LowerINTRINSIC_W_CHAIN() 31643 NewOpc = X86ISD::LADD; in lowerAtomicArithWithLOCK() 33753 NODE_NAME_CASE(LADD) in getTargetNodeName()
|