Searched defs:SatMax (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1053 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); PromoteIntRes_ADDSUBSHLSAT() local 1100 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); PromoteIntRes_ADDSUBSHLSAT() local 4238 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); ExpandIntRes_MULFIX() local 4250 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); ExpandIntRes_MULFIX() local 4340 SDValue SatMax, SatMin; ExpandIntRes_MULFIX() local [all...] |
H A D | TargetLowering.cpp | 10351 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandAddSubSat() local 10422 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(BW), dl, VT); expandShlSat() local 10584 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandFixedPointMul() local 10598 SDValue SatMax = DAG.getConstant(MaxVal, dl, VT); expandFixedPointMul() local 10672 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); expandFixedPointMul() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7935 auto SatMax = MIRBuilder.buildConstant(Ty, APInt::getSignedMaxValue(BW)); lowerShlSat() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5694 SDValue SatMax = DAG.getConstant(MaxVal, DL, MVT::i64); lowerSADDSAT_SSUBSAT() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 28218 SDValue SatMax = DAG.getConstant(MaxVal, DL, VT); LowerADDSAT_SUBSAT() local [all...] |