Home
last modified time | relevance | path

Searched refs:USUBO (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h229 SSUBO, USUBO, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h235 SSUBO, USUBO, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h254 SSUBO, USUBO, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
DSystemZISelLowering.cpp173 setOperationAction(ISD::USUBO, VT, Custom); in SystemZTargetLowering()
3243 case ISD::USUBO: in lowerXALUO()
3244 BaseOp = SystemZISD::USUBO; in lowerXALUO()
4815 case ISD::USUBO: in LowerOperation()
5001 OPCODE(USUBO); in getTargetNodeName()
DSystemZOperators.td279 def z_usubo : SDNode<"SystemZISD::USUBO", SDT_ZBinaryWithFlags>;
DSystemZISelDAGToDAG.cpp1320 case SystemZISD::USUBO: in tryFoldLoadStoreIntoMemOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp231 case ISD::USUBO: return "usubo"; in getOperationName()
DLegalizeIntegerTypes.cpp135 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1400 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
1762 ISD::UADDO : ISD::USUBO, in ExpandIntRes_ADDSUB()
1774 Lo = DAG.getNode(ISD::USUBO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp273 case ISD::USUBO: return "usubo"; in getOperationName()
DLegalizeIntegerTypes.cpp137 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1475 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
1821 Lo = DAG.getNode(ISD::USUBO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
1854 ISD::UADDO : ISD::USUBO, in ExpandIntRes_ADDSUB()
1868 Lo = DAG.getNode(ISD::USUBO, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
3078 SDValue LowCmp = DAG.getNode(ISD::USUBO, dl, VTList, LHSLo, RHSLo); in IntegerExpandSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst290 should use ``UADDO``/``ADDCARRY``/``USUBO``/``SUBCARRY`` instead of the deprecated opcodes.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp178 setOperationAction(ISD::USUBO, MVT::i32, Custom); in R600TargetLowering()
484 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
DAMDGPUISelDAGToDAG.cpp488 case ISD::USUBO: { in Select()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp139 setOperationAction(ISD::USUBO, MVT::i32, Custom); in R600TargetLowering()
623 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp615 setOperationAction(ISD::USUBO, VT, Expand); in initActions()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll269 ; USUBO
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp808 setOperationAction(ISD::USUBO, MVT::i32, Custom); in ARMTargetLowering()
3989 case ISD::USUBO: in getARMXALUOOp()
4091 case ISD::USUBO: { in LowerUnsignedALUO()
4115 Opc == ISD::USUBO)) { in LowerSELECT()
4681 Opc == ISD::USUBO || OptimizeMul)) { in LowerBRCOND()
4732 Opc == ISD::USUBO || OptimizeMul) && in LowerBR_CC()
8126 case ISD::USUBO: in LowerOperation()
12674 SDValue Neg = DAG.getNode(ISD::USUBO, dl, VTs, FalseVal, Sub); in PerformCMOVCombine()
12720 SDValue Subc = DAG.getNode(ISD::USUBO, dl, VTs, FalseVal, TrueVal); in PerformCMOVCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1337 setOperationAction(ISD::USUBO, VT, Expand); in HexagonTargetLowering()
1418 ISD::UADDO, ISD::SSUBO, ISD::USUBO, ISD::SMUL_LOHI, ISD::UMUL_LOHI, in HexagonTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp245 setOperationAction(ISD::USUBO, MVT::i32, Custom); in AArch64TargetLowering()
246 setOperationAction(ISD::USUBO, MVT::i64, Custom); in AArch64TargetLowering()
1639 case ISD::USUBO: in getAArch64XALUOOp()
2345 case ISD::USUBO: in LowerOperation()
3639 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerBR_CC()
4088 Opc == ISD::USUBO || Opc == ISD::SMULO || Opc == ISD::UMULO)) { in LowerSELECT()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp882 setOperationAction(ISD::USUBO, VT, Expand); in initActions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp117 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1155 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp1736 case ISD::USUBO: in ComputeMaskedBits()
2171 case ISD::USUBO: in ComputeNumSignBits()
6021 case ISD::USUBO: return "usubo"; in getOperationName()
DLegalizeDAG.cpp859 case ISD::USUBO: in LegalizeOp()
3586 case ISD::USUBO: { in ExpandNode()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1855 setOperationAction(ISD::USUBO, VT, Expand); in HexagonTargetLowering()
1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()

12