Home
last modified time | relevance | path

Searched refs:SSUBO_CARRY (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h294 SSUBO_CARRY, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp306 case ISD::SSUBO_CARRY: return "ssubo_carry"; in getOperationName()
DLegalizeIntegerTypes.cpp156 case ISD::SSUBO_CARRY: Res = PromoteIntRes_SADDSUBO_CARRY(N, ResNo); break; in PromoteIntegerResult()
1497 case ISD::SSUBO_CARRY: in PromoteIntegerOperand()
2125 case ISD::SSUBO_CARRY: ExpandIntRes_SADDSUBO_CARRY(N, Lo, Hi); break; in ExpandIntegerResult()
3591 case ISD::SSUBO: CarryOp = ISD::SSUBO_CARRY; break; in ExpandIntRes_SADDSUBO()
DDAGCombiner.cpp1636 case ISD::SSUBO_CARRY: return visitSSUBO_CARRY(N); in visit()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp791 setOperationAction(ISD::SSUBO_CARRY, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp1925 setOperationAction(ISD::SSUBO_CARRY, VT, Custom); in X86TargetLowering()
29297 bool IsSigned = Opc == ISD::SADDO_CARRY || Opc == ISD::SSUBO_CARRY; in LowerADDSUBCARRY()
29825 case ISD::SSUBO_CARRY: in LowerOperation()