/netbsd-src/external/apache2/llvm/dist/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 | 685 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 D | APFloat.cpp | 3817 significand.lshrInPlace(trailingZeros); in toString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APInt.h | 989 R.lshrInPlace(shiftAmt); 994 void lshrInPlace(unsigned ShiftAmt) { 1038 R.lshrInPlace(ShiftAmt); 1043 void lshrInPlace(const APInt &ShiftAmt);
|
H A D | APSInt.h | 146 lshrInPlace(Amt);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 604 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 D | ConstantFold.cpp | 228 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 D | X86InstCombineIntrinsic.cpp | 688 Elt.lshrInPlace(Index); in simplifyX86extrq() 881 Index.lshrInPlace(1); in simplifyX86vpermilvar()
|
H A D | X86ISelLowering.cpp | 34594 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 D | CGExprConstant.cpp | 208 BitsThisChar.lshrInPlace(Shift); in addBits() 273 Bits.lshrInPlace(WantedBits); in addBits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1594 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 D | SelectionDAG.cpp | 3145 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 D | DAGCombiner.cpp | 3852 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 D | AArch64ISelDAGToDAG.cpp | 2186 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 D | ValueTracking.cpp | 805 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 D | ScalarEvolution.cpp | 981 Mult.lshrInPlace(TwoFactors); in BinomialCoefficient()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1914 Val.lshrInPlace(8); in bufferAggregateConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1632 Elt.IntVal.lshrInPlace(ShiftAmt); in executeBitCastInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2849 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 839 for (; Value != 0; Value.lshrInPlace(4)) in mangleBits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6761 SrcDemE.lshrInPlace(NumElts / 2); in getDemandedSrcElements()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12953 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()
|