Home
last modified time | relevance | path

Searched refs:LSUB (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h55 // Corresponds to LSUB instruction
56 LSUB, enumerator
H A DXCoreISelDAGToDAG.cpp184 case XCoreISD::LSUB: { in Select()
H A DXCoreISelLowering.cpp58 case XCoreISD::LSUB : return "XCoreISD::LSUB"; in getTargetNodeName()
712 XCoreISD::LSUB; in ExpandADDSUB()
1572 case XCoreISD::LSUB: { in PerformDAGCombine()
1726 case XCoreISD::LSUB: in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h796 LSUB, enumerator
H A DX86InstrFragments.td284 def X86lock_sub : SDNode<"X86ISD::LSUB", SDTLockBinaryArithWithFlags,
H A DX86ISelLowering.cpp27111 Opc = X86ISD::LSUB; in LowerINTRINSIC_W_CHAIN()
31646 NewOpc = X86ISD::LSUB; in lowerAtomicArithWithLOCK()
33754 NODE_NAME_CASE(LSUB) in getTargetNodeName()