| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 228 Known.Zero.lshrInPlace(Shift); in lshr() 229 Known.One.lshrInPlace(Shift); in lshr() 262 SpecificShift.Zero.lshrInPlace(ShiftAmt); in lshr() 263 SpecificShift.One.lshrInPlace(ShiftAmt); in lshr()
|
| H A D | APInt.cpp | 723 Result.lshrInPlace(Result.BitWidth - BitWidth); in byteSwap() 749 for (; Val != 0; Val.lshrInPlace(1)) { in reverseBits() 773 A.lshrInPlace(Pow2_A - Pow2_B); in GreatestCommonDivisor() 776 B.lshrInPlace(Pow2_B - Pow2_A); in GreatestCommonDivisor() 792 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor() 795 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor() 1061 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt 1062 lshrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in lshrInPlace() 2237 Tmp.lshrInPlace(ShiftAmt); in toString()
|
| H A D | APFloat.cpp | 3835 significand.lshrInPlace(trailingZeros); in toString()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 834 R.lshrInPlace(shiftAmt); in lshr() 839 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() function 883 R.lshrInPlace(ShiftAmt); in lshr() 888 void lshrInPlace(const APInt &ShiftAmt);
|
| H A D | APSInt.h | 142 lshrInPlace(Amt);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 674 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 675 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 726 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 727 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APIntTest.cpp | 2511 i256.lshrInPlace(1); in TEST() 2516 i256.lshrInPlace(62); in TEST() 2521 i256.lshrInPlace(65); in TEST() 2526 i256.lshrInPlace(64); in TEST() 2531 i256.lshrInPlace(63); in TEST() 3059 ZW.lshrInPlace(0); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 227 V.lshrInPlace(ByteStart*8); in ExtractConstantBytes() 276 ShAmt.lshrInPlace(3); in ExtractConstantBytes() 299 ShAmt.lshrInPlace(3); in ExtractConstantBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 686 Elt.lshrInPlace(Index); in simplifyX86extrq() 879 Index.lshrInPlace(1); in simplifyX86vpermilvar()
|
| H A D | X86ISelLowering.cpp | 36812 Known.Zero.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode() 36813 Known.One.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode() 41124 KnownUndef.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 41125 KnownZero.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 41734 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 41735 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 41775 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 41776 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 47173 Elt.lshrInPlace(ShiftVal); in combineVectorShiftImm()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 208 BitsThisChar.lshrInPlace(Shift); in addBits() 273 Bits.lshrInPlace(WantedBits); in addBits()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1878 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1879 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1931 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1932 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1999 Known.One.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits() 2000 Known.Zero.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits() 2392 HighBits.lshrInPlace(ShVal); in SimplifyDemandedBits() 4816 NewC.lshrInPlace(ShiftBits); in SimplifySetCC()
|
| H A D | SelectionDAG.cpp | 3320 Known2.One.lshrInPlace(BitWidth - Amt); in computeKnownBits() 3321 Known2.Zero.lshrInPlace(BitWidth - Amt); in computeKnownBits() 3325 Known2.One.lshrInPlace(Amt); in computeKnownBits() 3326 Known2.Zero.lshrInPlace(Amt); in computeKnownBits()
|
| H A D | DAGCombiner.cpp | 4047 MulC.lshrInPlace(TZeros); in visitMUL()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2300 OpUsefulBits.lshrInPlace(OpUsefulBits.getBitWidth() - Imm); in getUsefulBitsFromBitfieldMoveOpd() 2329 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg() 2335 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg() 2389 Mask.lshrInPlace(LSB); in getUsefulBitsFromBFM()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 851 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume() 853 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume() 863 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume() 865 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume()
|
| H A D | ScalarEvolution.cpp | 997 Mult.lshrInPlace(TwoFactors); in BinomialCoefficient()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1896 Val.lshrInPlace(8); in bufferAggregateConstant()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1632 Elt.IntVal.lshrInPlace(ShiftAmt); in executeBitCastInst()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 856 for (; Value != 0; Value.lshrInPlace(4)) in mangleBits()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3142 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7185 SrcDemE.lshrInPlace(NumElts / 2); in getDemandedSrcElements()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 13760 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()
|