Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp195 case ISD::ADDE: { in trySelect()
199 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in trySelect()
204 if (Opcode == ISD::ADDE) { in trySelect()
DMipsSEISelDAGToDAG.cpp245 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in selectAddESubE()
739 case ISD::ADDE: { in trySelect()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp210 case ISD::ADDE: { in Select()
213 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in Select()
218 if (Opcode == ISD::ADDE) { in Select()
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dadd128.ll1 ;test for ADDC and ADDE expansion
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Daddc-adde-sube-subc.ll5 ; Ensure that the ISDOpcodes ADDC, ADDE, SUBC, SUBE are handled correctly
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h123 case ISD::ADDE: in isdToLanaiAluCode()
/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h123 case ISD::ADDE: in isdToLanaiAluCode()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp98 setOperationAction(ISD::ADDE, MVT::i32, Custom); in BlackfinTargetLowering()
429 unsigned Opcode = Op.getOpcode()==ISD::ADDE ? BF::ADD : BF::SUB; in LowerADDE()
471 case ISD::ADDE: in LowerOperation()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h217 ADDE, SUBE, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h223 ADDE, SUBE, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h232 ADDE, SUBE, enumerator
/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c129 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
DsljitNativePPC_64.c267 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h75 ADDE, // Add using carry enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp274 assert(Opc == ISD::ADDE && "ISD::ADDE not in a chain of ADDE nodes!"); in selectAddE()
798 case ISD::ADDE: { in trySelect()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h72 ADDE, // Add using carry enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp227 case ISD::ADDE: return "adde"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h99 ADDE, // Add using carry enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp478 case ISD::ADDE: in Select()
700 bool ConsumeCarry = (Opcode == ISD::ADDE || Opcode == ISD::SUBE); in SelectADD_SUB_I64()
703 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp91 setOperationAction(ISD::ADDE, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp268 case ISD::ADDE: return "adde"; in getOperationName()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1594 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering()
1600 setOperationAction(ISD::ADDE, MVT::i64, Custom); in SparcTargetLowering()
2963 case ISD::ADDC: hiOpc = ISD::ADDE; break; in LowerADDC_ADDE_SUBC_SUBE()
2964 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3112 case ISD::ADDE: in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst287 * ``ADDC``/``ADDE``/``SUBC``/``SUBE`` are now deprecated and will default to expand. Backends
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1145 case ISD::ADDE: in ExpandIntegerResult()
1284 Hi = DAG.getNode(ISD::ADDE, DL, VTList, HiOps, 3); in ExpandShiftByConstant()
1527 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps, 3); in ExpandIntRes_ADDSUB()
1576 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps, 3); in ExpandIntRes_ADDSUBC()

1234