Searched defs:SatMax (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 727 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 737 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local 3048 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3057 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3142 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
D | TargetLowering.cpp | 7165 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local 7207 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7218 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7281 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 795 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local 805 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local 3380 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3389 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in ExpandIntRes_MULFIX() local 3474 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
|
D | TargetLowering.cpp | 7615 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandAddSubSat() local 7646 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(BW), dl, VT); in expandShlSat() local 7692 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7703 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); in expandFixedPointMul() local 7766 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 6069 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); in lowerShlSat() local
|