Home
last modified time | relevance | path

Searched defs:SatMin (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp736 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSAT() local
3047 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in ExpandIntRes_MULFIX() local
3142 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp7164 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandAddSubSat() local
7206 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandFixedPointMul() local
7280 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSize), dl, VT); in expandFixedPointMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp934 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT() local
3839 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in ExpandIntRes_MULFIX() local
3936 SDValue SatMax, SatMin; in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp9612 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandAddSubSat() local
9646 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(BW), dl, VT); in expandShlSat() local
9692 SDValue SatMin = DAG.getConstant(MinVal, dl, VT); in expandFixedPointMul() local
9769 SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSize), dl, VT); in expandFixedPointMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7173 auto SatMin = MIRBuilder.buildConstant(Ty, APInt::getSignedMinValue(BW)); in lowerShlSat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29505 SDValue SatMin = DAG.getConstant(MinVal, DL, VT); in LowerADDSAT_SUBSAT() local