Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp685 Result.lshrInPlace(Result.BitWidth - BitWidth); in byteSwap()
709 for (; Val != 0; Val.lshrInPlace(1)) { in reverseBits()
733 A.lshrInPlace(Pow2_A - Pow2_B); in GreatestCommonDivisor()
736 B.lshrInPlace(Pow2_B - Pow2_A); in GreatestCommonDivisor()
752 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
755 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
1033 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt
1034 lshrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in lshrInPlace()
2265 Tmp.lshrInPlace(ShiftAmt); in toString()
H A DAPFloat.cpp3817 significand.lshrInPlace(trailingZeros); in toString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h989 R.lshrInPlace(shiftAmt);
994 void lshrInPlace(unsigned ShiftAmt) {
1038 R.lshrInPlace(ShiftAmt);
1043 void lshrInPlace(const APInt &ShiftAmt);
H A DAPSInt.h146 lshrInPlace(Amt);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp604 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
605 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
655 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
656 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp228 V.lshrInPlace(ByteStart*8); in ExtractConstantBytes()
277 ShAmt.lshrInPlace(3); in ExtractConstantBytes()
300 ShAmt.lshrInPlace(3); in ExtractConstantBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp688 Elt.lshrInPlace(Index); in simplifyX86extrq()
881 Index.lshrInPlace(1); in simplifyX86vpermilvar()
H A DX86ISelLowering.cpp34594 Known.Zero.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode()
34595 Known.One.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode()
38553 KnownUndef.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode()
38554 KnownZero.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode()
39075 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode()
39076 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode()
39116 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode()
39117 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode()
43935 Elt.lshrInPlace(ShiftVal); in combineVectorShiftImm()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp208 BitsThisChar.lshrInPlace(Shift); in addBits()
273 Bits.lshrInPlace(WantedBits); in addBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1594 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits()
1595 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits()
1642 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits()
1643 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits()
1710 Known.One.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits()
1711 Known.Zero.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits()
2039 HighBits.lshrInPlace(ShVal); in SimplifyDemandedBits()
4146 NewC.lshrInPlace(ShiftBits); in SimplifySetCC()
H A DSelectionDAG.cpp3145 Known2.One.lshrInPlace(BitWidth - Amt); in computeKnownBits()
3146 Known2.Zero.lshrInPlace(BitWidth - Amt); in computeKnownBits()
3150 Known2.One.lshrInPlace(Amt); in computeKnownBits()
3151 Known2.Zero.lshrInPlace(Amt); in computeKnownBits()
H A DDAGCombiner.cpp3852 MulC.lshrInPlace(TZeros); in visitMUL()
8369 Mask.lshrInPlace(c1 - c2); in visitSHL()
12801 OpVal.lshrInPlace(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2186 OpUsefulBits.lshrInPlace(OpUsefulBits.getBitWidth() - Imm); in getUsefulBitsFromBitfieldMoveOpd()
2215 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg()
2221 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg()
2275 Mask.lshrInPlace(LSB); in getUsefulBitsFromBFM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp805 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume()
807 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume()
817 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume()
819 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume()
H A DScalarEvolution.cpp981 Mult.lshrInPlace(TwoFactors); in BinomialCoefficient()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1914 Val.lshrInPlace(8); in bufferAggregateConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1632 Elt.IntVal.lshrInPlace(ShiftAmt); in executeBitCastInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2849 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp839 for (; Value != 0; Value.lshrInPlace(4)) in mangleBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6761 SrcDemE.lshrInPlace(NumElts / 2); in getDemandedSrcElements()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12953 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()