Searched refs:ShiftL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 308 int32_t ShiftL = std::min<int32_t>(llvm::countl_zero(LDigits), ScaleDiff); in matchScales() local 309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); in matchScales() 311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() 318 LDigits <<= ShiftL; in matchScales() 321 LScale -= ShiftL; in matchScales()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 3715 SDValue ShiftL = in get64BitZExtCompare() local 3726 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3877 SDValue ShiftL = in get64BitSExtCompare() local 3886 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2291 auto ShiftL = MIRBuilder.buildShl(WideTy, LHS, ShiftK); in widenScalarAddSubShlSat() local 2295 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 28395 SDValue ShiftL = Op; in SimplifyDemandedBitsForTargetNode() local 28400 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 28403 unsigned ShiftLBits = ShiftL->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode()
|