Home
last modified time | relevance | path

Searched refs:SUBC (Results 1 – 25 of 68) sorted by relevance

123

/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dsub128.ll1 ;test for SUBC and SUBE 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/include/llvm/CodeGen/
DISDOpcodes.h208 ADDC, SUBC, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h214 ADDC, SUBC, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h223 ADDC, SUBC, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp200 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in trySelect()
DMipsSEISelDAGToDAG.cpp246 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in selectAddESubE()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp214 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in Select()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c105 …return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(… in emit_single_op()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h76 SUBC, // Sub with carry enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h73 SUBC, // Sub with carry enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp234 case ISD::SUBC: return "subc"; in getOperationName()
DLegalizeIntegerTypes.cpp1388 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break; in ExpandIntegerResult()
1743 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
1753 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
1834 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC()
2917 SDValue LowCmp = DAG.getNode(ISD::SUBC, dl, VTList, LHSLo, RHSLo); in IntegerExpandSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h100 SUBC, // Sub with carry enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1846 setOperationAction(ISD::SUBC, MVT::i8, Expand); in HexagonTargetLowering()
1847 setOperationAction(ISD::SUBC, MVT::i16, Expand); in HexagonTargetLowering()
1848 setOperationAction(ISD::SUBC, MVT::i32, Expand); in HexagonTargetLowering()
1849 setOperationAction(ISD::SUBC, MVT::i64, Expand); in HexagonTargetLowering()
1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp92 setOperationAction(ISD::SUBC, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp276 case ISD::SUBC: return "subc"; 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/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.cpp1143 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break; in ExpandIntegerResult()
1519 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
1529 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps, 2); in ExpandIntRes_ADDSUB()
1578 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps, 2); in ExpandIntRes_ADDSUBC()
DDAGCombiner.cpp2973 if (ConstantSDNode *SUBC = in MatchRotate() local
2975 if (SUBC->getAPIntValue() == OpSizeInBits) { in MatchRotate()
2990 if (ConstantSDNode *SUBC = in MatchRotate() local
2992 if (SUBC->getAPIntValue() == OpSizeInBits) { in MatchRotate()
3020 if (ConstantSDNode *SUBC = in MatchRotate() local
3022 if (SUBC->getAPIntValue() == OpSizeInBits) { in MatchRotate()
3034 if (ConstantSDNode *SUBC = in MatchRotate() local
3036 if (SUBC->getAPIntValue() == OpSizeInBits) { in MatchRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp111 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.cpp1595 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering()
1601 setOperationAction(ISD::SUBC, MVT::i64, Custom); in SparcTargetLowering()
2965 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE()
3113 case ISD::SUBC: in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp479 case ISD::SUBC: in Select()
702 ConsumeCarry || Opcode == ISD::ADDC || Opcode == ISD::SUBC; in SelectADD_SUB_I64()

123