Home
last modified time | relevance | path

Searched refs:SSUBO (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h226 SSUBO, USUBO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp214 case ISD::SSUBO: return "ssubo"; in getOperationName()
DLegalizeIntegerTypes.cpp119 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1320 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp1244 case ISD::SSUBO: in LegalizeOp()
3622 case ISD::SSUBO: { in ExpandNode()
DSelectionDAG.cpp2067 case ISD::SSUBO: in computeKnownBits()
2492 case ISD::SSUBO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5286 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp266 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in AArch64TargetLowering()
267 setOperationAction(ISD::SSUBO, MVT::i64, Custom); in AArch64TargetLowering()
1284 case ISD::SSUBO: in getAArch64XALUOOp()
1957 case ISD::SSUBO: in LowerOperation()
3257 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerBR_CC()
3772 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
/external/llvm/test/CodeGen/X86/
Dxaluo.ll244 ; SSUBO
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp662 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering()
3267 case ISD::SSUBO: in getARMXALUOOp()
3314 (Opc == ISD::SADDO || Opc == ISD::UADDO || Opc == ISD::SSUBO || in LowerSELECT()
6322 case ISD::SSUBO: in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1725 setOperationAction(ISD::SSUBO, VT, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1495 setOperationAction(ISD::SSUBO, VT, Custom); in X86TargetLowering()
13560 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()
13573 case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerSELECT()
14007 Cond.getOperand(0).getOpcode() == ISD::SSUBO || in LowerBRCOND()
14064 CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerBRCOND()
14085 case ISD::SSUBO: in LowerBRCOND()
16621 case ISD::SSUBO: in LowerXALUO()
17252 case ISD::SSUBO: in LowerOperation()