Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h216 SSUBO, USUBO, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp200 case ISD::SSUBO: return "ssubo"; in getOperationName()
DLegalizeIntegerTypes.cpp116 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1168 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp1224 case ISD::SSUBO: in LegalizeOp()
3404 case ISD::SSUBO: { in ExpandNode()
DSelectionDAG.cpp1796 case ISD::SSUBO: in ComputeMaskedBits()
2204 case ISD::SSUBO: in ComputeNumSignBits()
DSelectionDAGBuilder.cpp5143 case Intrinsic::ssub_with_overflow: Op = ISD::SSUBO; break; in visitIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1467 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()