Searched refs:ShiftR (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local 312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales() 319 RDigits >>= ShiftR; in matchScales() 322 RScale += ShiftR; in matchScales()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1452 int ShiftR = SMA.MinSrc; in packs() 1453 if (ShiftR >= static_cast<int>(HwLen)) { in packs() local 1456 ShiftR -= HwLen; in packs() 1458 OpRef RetVal = valign(Va, Vb, ShiftR, Ty, Results); in packs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3719 SDValue ShiftR = in get64BitZExtCompare() local 3726 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3874 SDValue ShiftR = in get64BitSExtCompare() local 3886 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2292 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat() local 2295 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 28396 SDValue ShiftR = Op->getOperand(0); in SimplifyDemandedBitsForTargetNode() local 28397 if (ShiftR->getOpcode() != AArch64ISD::VLSHR) in SimplifyDemandedBitsForTargetNode() 28400 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 28404 unsigned ShiftRBits = ShiftR->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode() 28422 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()
|