Lines Matching refs:SMULO
1116 setOperationAction(ISD::SMULO, MVT::v16i8, Custom); in X86TargetLowering()
1362 setOperationAction(ISD::SMULO, MVT::v2i32, Custom); in X86TargetLowering()
1576 setOperationAction(ISD::SMULO, MVT::v32i8, Custom); in X86TargetLowering()
1918 setOperationAction(ISD::SMULO, MVT::v64i8, Custom); in X86TargetLowering()
2437 setOperationAction(ISD::SMULO, VT, Custom); in X86TargetLowering()
23981 case ISD::SMULO: in getX86XALUOOp()
24265 CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) { in LowerSELECT()
28823 bool IsSigned = Op->getOpcode() == ISD::SMULO; in LowerMULO()
32469 case ISD::SMULO: in LowerOperation()
32605 case ISD::SMULO: in ReplaceNodeResults()
32610 bool IsSigned = N->getOpcode() == ISD::SMULO; in ReplaceNodeResults()