Home
last modified time | relevance | path

Searched refs:lshrInPlace (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DKnownBits.cpp228 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 DAPInt.cpp723 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 DAPFloat.cpp3835 significand.lshrInPlace(trailingZeros); in toString()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h834 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 DAPSInt.h142 lshrInPlace(Amt);
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp674 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 DAPIntTest.cpp2511 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 DConstantFold.cpp227 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 DX86InstCombineIntrinsic.cpp686 Elt.lshrInPlace(Index); in simplifyX86extrq()
879 Index.lshrInPlace(1); in simplifyX86vpermilvar()
H A DX86ISelLowering.cpp36812 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 DCGExprConstant.cpp208 BitsThisChar.lshrInPlace(Shift); in addBits()
273 Bits.lshrInPlace(WantedBits); in addBits()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1878 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 DSelectionDAG.cpp3320 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 DDAGCombiner.cpp4047 MulC.lshrInPlace(TZeros); in visitMUL()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2300 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 DValueTracking.cpp851 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 DScalarEvolution.cpp997 Mult.lshrInPlace(TwoFactors); in BinomialCoefficient()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1896 Val.lshrInPlace(8); in bufferAggregateConstant()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1632 Elt.IntVal.lshrInPlace(ShiftAmt); in executeBitCastInst()
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp856 for (; Value != 0; Value.lshrInPlace(4)) in mangleBits()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3142 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7185 SrcDemE.lshrInPlace(NumElts / 2); in getDemandedSrcElements()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13760 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()