Searched refs:ShiftR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | ScaledNumber.h | 310 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local 311 if (ShiftR >= getWidth<DigitsT>()) { in matchScales() 318 RDigits >>= ShiftR; in matchScales() 321 RScale += ShiftR; in matchScales()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAGHVX.cpp | 1294 int ShiftR = SMA.MinSrc; in packs() local 1295 if (ShiftR >= static_cast<int>(HwLen)) { in packs() 1298 ShiftR -= HwLen; in packs() 1300 OpRef RetVal = valign(Va, Vb, ShiftR, Ty, Results); in packs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 3545 SDValue ShiftR = in get64BitZExtCompare() local 3552 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3700 SDValue ShiftR = in get64BitSExtCompare() local 3712 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 1898 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat() local 1901 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 18717 SDValue ShiftR = Op->getOperand(0); in SimplifyDemandedBitsForTargetNode() local 18718 if (ShiftR->getOpcode() != AArch64ISD::VLSHR) in SimplifyDemandedBitsForTargetNode() 18721 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 18725 unsigned ShiftRBits = ShiftR->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode() 18743 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()
|