Home
last modified time | relevance | path

Searched refs:ShiftR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h311 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 DHexagonISelDAGToDAGHVX.cpp1452 int ShiftR = SMA.MinSrc; in packs() local
1453 if (ShiftR >= static_cast<int>(HwLen)) { in packs()
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 DPPCISelDAGToDAG.cpp3732 SDValue ShiftR = in get64BitZExtCompare() local
3739 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare()
3887 SDValue ShiftR = in get64BitSExtCompare() local
3899 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2228 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat() local
2231 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26838 SDValue ShiftR = Op->getOperand(0); in SimplifyDemandedBitsForTargetNode() local
26839 if (ShiftR->getOpcode() != AArch64ISD::VLSHR) in SimplifyDemandedBitsForTargetNode()
26842 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode()
26846 unsigned ShiftRBits = ShiftR->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode()
26864 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()