/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/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()
|
D | SelectionDAG.cpp | 2127 case ISD::USUBO: in computeKnownBits() 2618 case ISD::USUBO: in ComputeNumSignBits()
|
D | LegalizeDAG.cpp | 3358 case ISD::USUBO: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5509 case Intrinsic::usub_with_overflow: Op = ISD::USUBO; break; in visitIntrinsicCall()
|
/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/llvm/test/CodeGen/X86/ |
D | xaluo.ll | 269 ; USUBO
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 882 setOperationAction(ISD::USUBO, VT, Expand); in initActions()
|
/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/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()
|
/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()
|
D | SelectionDAGBuilder.cpp | 5087 return implVisitAluOverflow(I, ISD::USUBO); in visitIntrinsicCall()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 723 setOperationAction(ISD::USUBO, MVT::i32, Custom); in ARMTargetLowering() 3544 case ISD::USUBO: in getARMXALUOOp() 3588 Opc == ISD::USUBO)) { in LowerSELECT() 7213 case ISD::USUBO: in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1121 setOperationAction(ISD::USUBO, VT, Custom); in X86TargetLowering() 10083 case ISD::USUBO: in LowerXALUO() 10444 case ISD::USUBO: in LowerOperation()
|