Searched refs:SSUBO (Results 1 – 7 of 7) sorted by relevance
216 SSUBO, USUBO, enumerator
200 case ISD::SSUBO: return "ssubo"; in getOperationName()
116 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()1168 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
1224 case ISD::SSUBO: in LegalizeOp()3404 case ISD::SSUBO: { in ExpandNode()
1796 case ISD::SSUBO: in ComputeMaskedBits()2204 case ISD::SSUBO: in ComputeNumSignBits()
5143 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
1467 setOperationAction(ISD::SSUBO, VT, Custom); in resetOperationActions()10055 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()10068 case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerSELECT()10242 Cond.getOperand(0).getOpcode() == ISD::SSUBO || in LowerBRCOND()10299 CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerBRCOND()10311 case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break; in LowerBRCOND()12458 case ISD::SSUBO: in LowerXALUO()12864 case ISD::SSUBO: in LowerOperation()