Home
last modified time | relevance | path

Searched refs:SUBE (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h
H A DLanaiISelDAGToDAG.cpp227 case ISD::SUBE: in isdToLanaiAluCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h287 SUBE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1737 setOperationAction(ISD::SUBE, MVT::i32, Custom); in SparcTargetLowering()
1743 setOperationAction(ISD::SUBE, MVT::i64, Custom); in SparcTargetLowering()
3133 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE()
3134 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3289 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG); in LowerOperation()
H A DSparcInstrInfo.td841 defm SUBE : F3_12 <"subxcc" , 0b011100, sube, IntRegs, i32, simm13Op>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h111 SUBE, // Sub using carry enumerator
H A DARMISelLowering.cpp1740 MAKE_CASE(ARMISD::SUBE) in getTargetNodeName()
6977 SDValue Cmp = DAG.getNode(ARMISD::SUBE, DL, VTs, LHS, RHS, Carry); in LowerSETCCCARRY()
9913 Result = DAG.getNode(ARMISD::SUBE, DL, VTs, Op.getOperand(0), in LowerUADDSUBO_CARRY()
12928 AddeSubeNode->getOpcode() == ARMISD::SUBE) && in AddCombineTo64bitMLAL()
12939 (AddeSubeNode->getOpcode() == ARMISD::SUBE && in AddCombineTo64bitMLAL()
13196 unsigned Opcode = (N->getOpcode() == ARMISD::ADDE) ? ARMISD::SUBE in PerformAddeSubeCombine()
18900 case ARMISD::SUBE: return PerformAddeSubeCombine(N, DCI, Subtarget); in PerformDAGCombine()
20087 case ARMISD::SUBE: in computeKnownBitsForTargetNode()
H A DARMISelDAGToDAG.cpp3973 case ARMISD::SUBE: { in Select()
H A DARMInstrInfo.td203 def ARMsube : SDNode<"ARMISD::SUBE", SDTBinaryArithWithFlagsInOut>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp127 setOperationAction(ISD::SUBE, MVT::i32, Legal); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp350 case ISD::SUBE: return "sube"; in getOperationName()
H A DLegalizeIntegerTypes.cpp221 case ISD::SUBE: in PromoteIntegerResult()
2882 case ISD::SUBE: ExpandIntRes_ADDSUBE(N, Lo, Hi); break; in ExpandIntegerResult()
3429 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB()
3537 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC()
H A DDAGCombiner.cpp1854 case ISD::SUBE: return visitSUBE(N); in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp111 setOperationAction(ISD::SUBE, VT, Custom); in M68kTargetLowering()
1400 case ISD::SUBE: in LowerOperation()
2632 case ISD::SUBE: in LowerADDC_ADDE_SUBC_SUBE()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp520 case ISD::SUBE: { in Select()
849 bool ConsumeCarry = (Opcode == ISD::ADDE || Opcode == ISD::SUBE); in SelectADD_SUB_I64()
H A DR600ISelLowering.cpp188 setOperationAction({ISD::ADDC, ISD::SUBC, ISD::ADDE, ISD::SUBE}, VT, in R600TargetLowering()
H A DAMDGPUISelLowering.cpp475 setOperationAction({ISD::ADDC, ISD::SUBC, ISD::ADDE, ISD::SUBE}, VT, Legal); in AMDGPUTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp742 setOperationAction({ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}, VT, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp539 ISD::SUBE, ISD::UADDO, ISD::UADDO_CARRY, ISD::UADDSAT, in NVPTXTargetLowering()
710 setOperationAction(ISD::SUBE, MVT::i32, Legal); in NVPTXTargetLowering()
715 setOperationAction(ISD::SUBE, MVT::i64, Legal); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp75 setOperationAction(ISD::SUBE, VT, Legal); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp158 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) { in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td436 def sube : SDNode<"ISD::SUBE" , SDTIntBinOp,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp256 setOperationAction(ISD::SUBE, VT, Legal); in PPCTargetLowering()