Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h228 SSUBO, USUBO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp205 case ISD::USUBO: return "usubo"; in getOperationName()
DLegalizeIntegerTypes.cpp118 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1169 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp1222 case ISD::USUBO: in LegalizeOp()
3448 case ISD::USUBO: { in ExpandNode()
DSelectionDAG.cpp1797 case ISD::USUBO: in ComputeMaskedBits()
2203 case ISD::USUBO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5119 case Intrinsic::usub_with_overflow: Op = ISD::USUBO; break; in visitIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1291 setOperationAction(ISD::USUBO, VT, Custom); in X86TargetLowering()
9585 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()
9597 case ISD::USUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_B; break; in LowerSELECT()
9773 Cond.getOperand(0).getOpcode() == ISD::USUBO || in LowerBRCOND()
9829 CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerBRCOND()
9840 case ISD::USUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_B; break; in LowerBRCOND()
11751 case ISD::USUBO: in LowerXALUO()
12166 case ISD::USUBO: in LowerOperation()