Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dsub128.ll1 ;test for SUBC and SUBE expansion
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp194 case ISD::SUBE: in trySelect()
200 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in trySelect()
DMipsSEISelDAGToDAG.cpp246 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in selectAddESubE()
732 case ISD::SUBE: { in trySelect()
/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.h127 case ISD::SUBE: in isdToLanaiAluCode()
/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h127 case ISD::SUBE: in isdToLanaiAluCode()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp209 case ISD::SUBE: in Select()
214 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in Select()
/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/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp99 setOperationAction(ISD::SUBE, MVT::i32, Custom); in BlackfinTargetLowering()
472 case ISD::SUBE: return LowerADDE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h77 SUBE, // Sub using carry enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h74 SUBE, // Sub using carry enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp235 case ISD::SUBE: return "sube"; in getOperationName()
DLegalizeIntegerTypes.cpp1391 case ISD::SUBE: ExpandIntRes_ADDSUBE(N, Lo, Hi); break; in ExpandIntegerResult()
1755 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB()
1836 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC()
3003 SDValue LowCmp = DAG.getNode(ISD::SUBE, dl, VTList, LHSLo, RHSLo, Carry); in ExpandIntOp_SETCCE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h101 SUBE, // Sub using carry enumerator
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp93 setOperationAction(ISD::SUBE, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp277 case ISD::SUBE: return "sube"; in getOperationName()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp100 ISD::SUBE}) { in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1596 setOperationAction(ISD::SUBE, MVT::i32, Custom); in SparcTargetLowering()
1602 setOperationAction(ISD::SUBE, MVT::i64, Custom); in SparcTargetLowering()
2965 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE()
2966 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3114 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG); 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/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1838 setOperationAction(ISD::SUBE, MVT::i8, Expand); in HexagonTargetLowering()
1839 setOperationAction(ISD::SUBE, MVT::i16, Expand); in HexagonTargetLowering()
1840 setOperationAction(ISD::SUBE, MVT::i32, Expand); in HexagonTargetLowering()
1841 setOperationAction(ISD::SUBE, MVT::i64, Expand); in HexagonTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp112 ISD::SUBE}) { in WebAssemblyTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1616 setOperationAction(ISD::SUBE, MVT::i64, Custom); in SparcTargetLowering()
2931 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE()
2932 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE()
3080 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp480 case ISD::SUBE: { in Select()
700 bool ConsumeCarry = (Opcode == ISD::ADDE || Opcode == ISD::SUBE); in SelectADD_SUB_I64()

123