Searched refs:ShiftR (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1453 int ShiftR = SMA.MinSrc; in packs() local 1454 if (ShiftR >= static_cast<int>(HwLen)) { in packs() 1457 ShiftR -= HwLen; in packs() 1459 OpRef RetVal = valign(Va, Vb, ShiftR, Ty, Results); in packs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3567 SDValue ShiftR = in get64BitZExtCompare() local 3574 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3722 SDValue ShiftR = in get64BitSExtCompare() local 3734 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1955 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat() local 1958 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23897 SDValue ShiftR = Op->getOperand(0); in SimplifyDemandedBitsForTargetNode() local 23898 if (ShiftR->getOpcode() != AArch64ISD::VLSHR) in SimplifyDemandedBitsForTargetNode() 23901 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 23905 unsigned ShiftRBits = ShiftR->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode() 23923 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()
|