/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 229 SSUBO, USUBO, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 235 SSUBO, USUBO, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 254 SSUBO, USUBO, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY, enumerator
|
D | SystemZISelLowering.cpp | 173 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()
|
D | SystemZOperators.td | 279 def z_usubo : SDNode<"SystemZISD::USUBO", SDT_ZBinaryWithFlags>;
|
D | SystemZISelDAGToDAG.cpp | 1320 case SystemZISD::USUBO: in tryFoldLoadStoreIntoMemOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 231 case ISD::USUBO: return "usubo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 135 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/ |
D | SelectionDAGDumper.cpp | 273 case ISD::USUBO: return "usubo"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 137 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/ |
D | ReleaseNotes.rst | 290 should use ``UADDO``/``ADDCARRY``/``USUBO``/``SUBCARRY`` instead of the deprecated opcodes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 178 setOperationAction(ISD::USUBO, MVT::i32, Custom); in R600TargetLowering() 484 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|
D | AMDGPUISelDAGToDAG.cpp | 488 case ISD::USUBO: { in Select()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 139 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/ |
D | TargetLoweringBase.cpp | 615 setOperationAction(ISD::USUBO, VT, Expand); in initActions()
|
/external/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 269 ; USUBO
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 808 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/ |
D | HexagonISelLowering.cpp | 1337 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/ |
D | AArch64ISelLowering.cpp | 245 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/ |
D | TargetLoweringBase.cpp | 882 setOperationAction(ISD::USUBO, VT, Expand); in initActions()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 117 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult() 1155 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 1736 case ISD::USUBO: in ComputeMaskedBits() 2171 case ISD::USUBO: in ComputeNumSignBits() 6021 case ISD::USUBO: return "usubo"; in getOperationName()
|
D | LegalizeDAG.cpp | 859 case ISD::USUBO: in LegalizeOp() 3586 case ISD::USUBO: { in ExpandNode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1855 setOperationAction(ISD::USUBO, VT, Expand); in HexagonTargetLowering() 1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
|