Searched refs:ShiftL (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 311 int32_t ShiftL = std::min<int32_t>(llvm::countl_zero(LDigits), ScaleDiff); in matchScales() local 312 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); in matchScales() 314 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() 321 LDigits <<= ShiftL; in matchScales() 324 LScale -= ShiftL; in matchScales()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3714 SDValue ShiftL = in get64BitZExtCompare() local 3725 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3876 SDValue ShiftL = in get64BitSExtCompare() local 3885 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 2589 auto ShiftL = MIRBuilder.buildShl(WideTy, LHS, ShiftK); in widenScalarAddSubShlSat() local 2593 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 30224 SDValue ShiftL = Op; in SimplifyDemandedBitsForTargetNode() local 30229 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 30232 unsigned ShiftLBits = ShiftL->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode()
|