Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h122 case ISD::ADDE: in isdToLanaiAluCode()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h272 ADDE, enumerator
H A DTargetLowering.h2437 case ISD::ADDE: in isCommutativeBinOp()
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_32.c124 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c246 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_common.c140 #define ADDE (HI(31) | LO(138)) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp220 assert(Opc == ISD::ADDE && "ISD::ADDE not in a chain of ADDE nodes!"); in selectAddE()
764 case ISD::ADDE: { in trySelect()
H A DMipsSEISelLowering.cpp110 setOperationAction(ISD::ADDE, MVT::i32, Legal); in MipsSETargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1558 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering()
1564 setOperationAction(ISD::ADDE, MVT::i64, Custom); in SparcTargetLowering()
2911 case ISD::ADDC: hiOpc = ISD::ADDE; break; in LowerADDC_ADDE_SUBC_SUBE()
2912 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3060 case ISD::ADDE: in LowerOperation()
H A DSparcInstrInfo.td734 defm ADDE : F3_12<"addxcc", 0b011000, adde, IntRegs, i32, simm13Op>;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h108 ADDE, // Add using carry enumerator
H A DARMISelLowering.cpp1653 MAKE_CASE(ARMISD::ADDE) in getTargetNodeName()
4787 return DAG.getNode(ARMISD::ADDE, DL, DAG.getVTList(VT, MVT::i32), in ConvertCarryFlagToBooleanCarry()
9257 Result = DAG.getNode(ARMISD::ADDE, DL, VTs, Op.getOperand(0), in LowerADDSUBCARRY()
12187 assert((AddeSubeNode->getOpcode() == ARMISD::ADDE || in AddCombineTo64bitMLAL()
12197 if ((AddeSubeNode->getOpcode() == ARMISD::ADDE && in AddCombineTo64bitMLAL()
12216 if (AddeSubeNode->getOpcode() == ARMISD::ADDE && in AddCombineTo64bitMLAL()
12395 (AddeNode->getOpcode() == ARMISD::ADDE) && in PerformUMLALCombine()
12416 if (LHS->getOpcode() == ARMISD::ADDE && in PerformAddcSubcCombine()
16955 case ARMISD::ADDE: return PerformADDECombine(N, DCI, Subtarget); in PerformDAGCombine()
18091 case ARMISD::ADDE: in computeKnownBitsForTargetNode()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp298 case ISD::ADDE: return "adde"; in getOperationName()
H A DLegalizeIntegerTypes.cpp159 case ISD::ADDE: in PromoteIntegerResult()
2160 case ISD::ADDE: in ExpandIntegerResult()
2595 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB()
2692 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC()
H A DTargetLowering.cpp6395 isOperationLegalOrCustom(ISD::ADDE, VT)); in expandMUL_LOHI()
6411 Hi = DAG.getNode(ISD::ADDE, dl, DAG.getVTList(HiLoVT, MVT::Glue), Hi, Zero, in expandMUL_LOHI()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp107 setOperationAction(ISD::ADDE, VT, Custom); in M68kTargetLowering()
1336 case ISD::ADDE: in LowerOperation()
2462 case ISD::ADDE: in LowerADDC_ADDE_SUBC_SUBE()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp728 case ISD::ADDE: in Select()
1017 bool ConsumeCarry = (Opcode == ISD::ADDE || Opcode == ISD::SUBE); in SelectADD_SUB_I64()
1020 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64()
H A DR600ISelLowering.cpp234 setOperationAction(ISD::ADDE, VT, Expand); in R600TargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp790 setOperationAction(ISD::ADDE, VT, Expand); in initActions()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp71 setOperationAction(ISD::ADDE, VT, Legal); in AVRTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp130 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) { in WebAssemblyTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td395 def adde : SDNode<"ISD::ADDE" , SDTIntBinOp,
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.def1664 BU_ALTIVEC_OVERLOAD_X (ADDE, "adde")
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-builtin.def1664 BU_ALTIVEC_OVERLOAD_X (ADDE, "adde")
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp502 setOperationAction(ISD::ADDE, MVT::i32, Custom); in AArch64TargetLowering()
506 setOperationAction(ISD::ADDE, MVT::i64, Custom); in AArch64TargetLowering()
3134 case ISD::ADDE: in LowerADDC_ADDE_SUBC_SUBE()
4498 case ISD::ADDE: in LowerOperation()

12