HomeSort by: relevance | last modified time | path
    Searched refs:SSUBO_CARRY (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 294 SSUBO_CARRY,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 310 case ISD::SSUBO_CARRY: return "ssubo_carry";
LegalizeIntegerTypes.cpp 165 case ISD::SSUBO_CARRY: Res = PromoteIntRes_SADDSUBO_CARRY(N, ResNo); break;
1530 case ISD::SSUBO_CARRY:
2167 case ISD::SSUBO_CARRY: ExpandIntRes_SADDSUBO_CARRY(N, Lo, Hi); break;
3638 unsigned CarryOp = IsAdd ? ISD::SADDO_CARRY : ISD::SSUBO_CARRY;
DAGCombiner.cpp 1626 case ISD::SSUBO_CARRY: return visitSSUBO_CARRY(N);
3714 // fold (ssubo_carry x, y, false) -> (ssubo x, y)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 786 setOperationAction(ISD::SSUBO_CARRY, VT, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 1960 setOperationAction(ISD::SSUBO_CARRY, VT, Custom);
    [all...]

Completed in 96 milliseconds