Home
last modified time | relevance | path

Searched refs:ADDE (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h
H A DLanaiISelDAGToDAG.cpp223 case ISD::ADDE: in isdToLanaiAluCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def15 ADDE,
504 ADDE,
H A DP10InstrResources.td971 ADDE, ADDE8,
H A DPPCISelLowering.cpp254 setOperationAction(ISD::ADDE, VT, Legal); in PPCTargetLowering()
17901 return DAG.getNode(ISD::ADDE, DL, VTs, LHS, DAG.getConstant(0, DL, MVT::i64), in combineADDToADDZE()
17916 return DAG.getNode(ISD::ADDE, DL, VTs, LHS, DAG.getConstant(0, DL, MVT::i64), in combineADDToADDZE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h286 ADDE, enumerator
H A DTargetLowering.h2901 case ISD::ADDE: in isCommutativeBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp220 assert(Opc == ISD::ADDE && "ISD::ADDE not in a chain of ADDE nodes!"); in selectAddE()
774 case ISD::ADDE: { in trySelect()
H A DMipsSEISelLowering.cpp106 setOperationAction(ISD::ADDE, MVT::i32, Legal); in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1735 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering()
1741 setOperationAction(ISD::ADDE, MVT::i64, Custom); in SparcTargetLowering()
3131 case ISD::ADDC: hiOpc = ISD::ADDE; break; in LowerADDC_ADDE_SUBC_SUBE()
3132 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3287 case ISD::ADDE: in LowerOperation()
H A DSparcInstrInfo.td836 defm ADDE : F3_12<"addxcc", 0b011000, adde, IntRegs, i32, simm13Op>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h109 ADDE, // Add using carry enumerator
H A DARMISelLowering.cpp1738 MAKE_CASE(ARMISD::ADDE) in getTargetNodeName()
5037 return DAG.getNode(ARMISD::ADDE, DL, DAG.getVTList(VT, MVT::i32), in ConvertCarryFlagToBooleanCarry()
9899 Result = DAG.getNode(ARMISD::ADDE, DL, VTs, Op.getOperand(0), in LowerUADDSUBO_CARRY()
12927 assert((AddeSubeNode->getOpcode() == ARMISD::ADDE || in AddCombineTo64bitMLAL()
12937 if ((AddeSubeNode->getOpcode() == ARMISD::ADDE && in AddCombineTo64bitMLAL()
12956 if (AddeSubeNode->getOpcode() == ARMISD::ADDE && in AddCombineTo64bitMLAL()
13135 (AddeNode->getOpcode() == ARMISD::ADDE) && in PerformUMLALCombine()
13156 if (LHS->getOpcode() == ARMISD::ADDE && in PerformAddcSubcCombine()
13196 unsigned Opcode = (N->getOpcode() == ARMISD::ADDE) ? ARMISD::SUBE in PerformAddeSubeCombine()
13197 : ARMISD::ADDE; in PerformAddeSubeCombine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp125 setOperationAction(ISD::ADDE, MVT::i32, Legal); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp340 case ISD::ADDE: return "adde"; in getOperationName()
H A DLegalizeIntegerTypes.cpp220 case ISD::ADDE: in PromoteIntegerResult()
2881 case ISD::ADDE: in ExpandIntegerResult()
3425 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB()
3533 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC()
H A DSelectionDAG.cpp3934 case ISD::ADDE: { in computeKnownBits()
3939 if (Opcode == ISD::ADDE) in computeKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp518 case ISD::ADDE: in Select()
849 bool ConsumeCarry = (Opcode == ISD::ADDE || Opcode == ISD::SUBE); in SelectADD_SUB_I64()
852 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64()
H A DR600ISelLowering.cpp188 setOperationAction({ISD::ADDC, ISD::SUBC, ISD::ADDE, ISD::SUBE}, VT, in R600TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp109 setOperationAction(ISD::ADDE, VT, Custom); in M68kTargetLowering()
1398 case ISD::ADDE: in LowerOperation()
2625 case ISD::ADDE: in LowerADDC_ADDE_SUBC_SUBE()
/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.cpp529 {ISD::ABS, ISD::ADD, ISD::ADDC, ISD::ADDE, in NVPTXTargetLowering()
708 setOperationAction(ISD::ADDE, MVT::i32, Legal); in NVPTXTargetLowering()
713 setOperationAction(ISD::ADDE, MVT::i64, Legal); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp74 setOperationAction(ISD::ADDE, 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.td432 def adde : SDNode<"ISD::ADDE" , SDTIntBinOp,

12