/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 989 R.lshrInPlace(shiftAmt); in lshr() 994 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() function 1038 R.lshrInPlace(ShiftAmt); in lshr() 1043 void lshrInPlace(const APInt &ShiftAmt);
|
D | APSInt.h | 146 lshrInPlace(Amt);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 692 Result.lshrInPlace(Result.BitWidth - BitWidth); in byteSwap() 716 for (; Val != 0; Val.lshrInPlace(1)) { in reverseBits() 740 A.lshrInPlace(Pow2_A - Pow2_B); in GreatestCommonDivisor() 743 B.lshrInPlace(Pow2_B - Pow2_A); in GreatestCommonDivisor() 759 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor() 762 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor() 1034 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt 1035 lshrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in lshrInPlace() 2266 Tmp.lshrInPlace(ShiftAmt); in toString()
|
D | APFloat.cpp | 3530 significand.lshrInPlace(trailingZeros); in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 542 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 543 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 591 Known.Zero.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits() 592 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
|
D | InstCombineShifts.cpp | 745 MaskV.lshrInPlace(Op1C->getZExtValue()); in FoldShiftByConstant()
|
D | InstCombineCalls.cpp | 803 Elt.lshrInPlace(Index); in simplifyX86extrq() 1001 Index.lshrInPlace(1); in simplifyX86vpermilvar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 226 V.lshrInPlace(ByteStart*8); in ExtractConstantBytes() 275 ShAmt.lshrInPlace(3); in ExtractConstantBytes() 298 ShAmt.lshrInPlace(3); in ExtractConstantBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1469 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1470 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1512 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1513 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBits() 1571 Known.One.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits() 1572 Known.Zero.lshrInPlace(IsFSHL ? (BitWidth - Amt) : Amt); in SimplifyDemandedBits() 1821 HighBits.lshrInPlace(ShVal); in SimplifyDemandedBits() 3750 NewC.lshrInPlace(ShiftBits); in SimplifySetCC()
|
D | SelectionDAG.cpp | 2896 Known.Zero.lshrInPlace(Shift); in computeKnownBits() 2897 Known.One.lshrInPlace(Shift); in computeKnownBits() 2941 Known2.One.lshrInPlace(BitWidth - Amt); in computeKnownBits() 2942 Known2.Zero.lshrInPlace(BitWidth - Amt); in computeKnownBits() 2946 Known2.One.lshrInPlace(Amt); in computeKnownBits() 2947 Known2.Zero.lshrInPlace(Amt); in computeKnownBits()
|
D | DAGCombiner.cpp | 7644 Mask.lshrInPlace(c1 - c2); in visitSHL() 11496 OpVal.lshrInPlace(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 804 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume() 806 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume() 816 RHSKnown.One.lshrInPlace(C); in computeKnownBitsFromAssume() 818 RHSKnown.Zero.lshrInPlace(C); in computeKnownBitsFromAssume()
|
D | ScalarEvolution.cpp | 1196 Mult.lshrInPlace(TwoFactors); in BinomialCoefficient()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1994 OpUsefulBits.lshrInPlace(OpUsefulBits.getBitWidth() - Imm); in getUsefulBitsFromBitfieldMoveOpd() 2023 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg() 2029 Mask.lshrInPlace(ShiftAmt); in getUsefulBitsFromOrWithShiftedReg() 2083 Mask.lshrInPlace(LSB); in getUsefulBitsFromBFM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1925 Val.lshrInPlace(8); in bufferAggregateConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2599 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1636 Elt.IntVal.lshrInPlace(ShiftAmt); in executeBitCastInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32593 Known.Zero.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode() 32594 Known.One.lshrInPlace(ShAmt); in computeKnownBitsForTargetNode() 35491 KnownUndef.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 35492 KnownZero.lshrInPlace(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() 35915 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 35916 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 35956 Known.Zero.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 35957 Known.One.lshrInPlace(ShAmt); in SimplifyDemandedBitsForTargetNode() 39702 Elt.lshrInPlace(ShiftVal); in combineVectorShiftImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6433 SrcDemE.lshrInPlace(NumElts / 2); in getDemandedSrcElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11858 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()
|