/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 162 uint64_t ShiftAmt = SA->urem(BitWidth); in determineLiveOperandBits() local 187 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local 204 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local 218 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local
|
D | ValueTracking.cpp | 967 unsigned ShiftAmt = SA->getLimitedValue(BitWidth-1); in computeKnownBitsFromShiftOperator() local 1018 for (unsigned ShiftAmt = 0; ShiftAmt < BitWidth; ++ShiftAmt) { in computeKnownBitsFromShiftOperator() local 1240 auto KZF = [NSW](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1250 auto KOF = [NSW](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1262 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1269 auto KOF = [](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1278 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1282 auto KOF = [](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1610 uint64_t ShiftAmt = SA->urem(BitWidth); in computeKnownBitsFromOperator() local
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 147 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); in determineLiveOperandBits() local 163 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); in determineLiveOperandBits() local 176 uint64_t ShiftAmt = CI->getLimitedValue(BitWidth-1); in determineLiveOperandBits() local
|
D | ValueTracking.cpp | 799 unsigned ShiftAmt = SA->getLimitedValue(BitWidth-1); in computeKnownBitsFromShiftOperator() local 836 for (unsigned ShiftAmt = 0; ShiftAmt < BitWidth; ++ShiftAmt) { in computeKnownBitsFromShiftOperator() local 1023 auto KZF = [BitWidth](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1028 auto KOF = [BitWidth](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1039 auto KZF = [BitWidth](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1045 auto KOF = [BitWidth](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1056 auto KZF = [BitWidth](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1060 auto KOF = [BitWidth](const APInt &KnownOne, unsigned ShiftAmt) { in computeKnownBitsFromOperator()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 156 uint64_t ShiftAmt = SA->urem(BitWidth); in determineLiveOperandBits() local 204 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local 221 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local 235 uint64_t ShiftAmt = ShiftAmtC->getLimitedValue(BitWidth - 1); in determineLiveOperandBits() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | APInt.h | 815 APInt ashr(unsigned ShiftAmt) const { in ashr() 822 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() 846 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() 896 APInt ashr(const APInt &ShiftAmt) const { in ashr() 908 APInt lshr(const APInt &ShiftAmt) const { in lshr() 920 APInt shl(const APInt &ShiftAmt) const { in shl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 963 APInt ashr(unsigned ShiftAmt) const { in ashr() 970 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() 994 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() 1024 APInt ashr(const APInt &ShiftAmt) const { in ashr() 1036 APInt lshr(const APInt &ShiftAmt) const { in lshr() 1048 APInt shl(const APInt &ShiftAmt) const { in shl()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 566 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 590 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 631 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 784 uint64_t ShiftAmt = Amt->getZExtValue(); in canEvaluateZExtd() local 1018 unsigned ShiftAmt = KnownZeroMask.countTrailingZeros(); in transformSExtICmp() local 1032 unsigned ShiftAmt = KnownZeroMask.countLeadingZeros(); in transformSExtICmp() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | KnownBits.cpp | 201 for (uint64_t ShiftAmt = MinShiftAmount.getZExtValue(), in shl() local 254 for (uint64_t ShiftAmt = MinShiftAmount.getZExtValue(), in lshr() local 312 for (uint64_t ShiftAmt = MinShiftAmount.getZExtValue(), in ashr() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 97 const unsigned ShiftAmt = ToIdx * 16; in replicateChunk() local 114 const unsigned ShiftAmt = ChunkIdx * 16; in tryOrrMovk() local 195 unsigned ShiftAmt = 0; in tryToreplicateChunks() local
|
D | AArch64ConditionOptimizer.cpp | 165 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm()); in findSuitableCompare() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 505 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 529 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 568 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 729 uint64_t ShiftAmt = SA->urem(BitWidth); in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 794 unsigned ShiftAmt = Cst->getZExtValue(); in visitTrunc() local 1038 uint64_t ShiftAmt = Amt->getZExtValue(); in canEvaluateZExtd() local 1273 unsigned ShiftAmt = KnownZeroMask.countTrailingZeros(); in transformSExtICmp() local 1287 unsigned ShiftAmt = KnownZeroMask.countLeadingZeros(); in transformSExtICmp() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 619 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 682 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 754 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1); in SimplifyDemandedUseBits() local 932 uint64_t ShiftAmt = SA->urem(BitWidth); in SimplifyDemandedUseBits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 676 auto ShiftAmt = in narrowScalar() local 1212 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, Offset); in widenScalarMergeValues() local 1321 auto ShiftAmt = MIRBuilder.buildConstant(NewSrcTy, SizeDiff * I); in widenScalarUnmergeValues() local 1549 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar() local 1992 Register ShiftAmt = MRI.createGenericVirtualRegister(Ty); in lower() local 2124 auto ShiftAmt = MIRBuilder.buildConstant(AnyExtTy, LargeSplitSize); in lower() local 2184 auto ShiftAmt = MIRBuilder.buildConstant(ExtendTy, LargeSplitSize); in lower() local 3259 auto ShiftAmt = MIRBuilder.buildConstant(ShiftAmtTy, NewBitSize - 1); in narrowScalarShift() local 4069 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign() local 4075 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign() local [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 140 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy).getFixedValue() - in coerceAvailableValueToLoadType() local 426 unsigned ShiftAmt; in getStoreValueForLoadHelper() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 118 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy) - in coerceAvailableValueToLoadTypeHelper() local 368 unsigned ShiftAmt; in getStoreValueForLoadHelper() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 175 unsigned ShiftAmt = AArch64_AM::getShiftValue(I.getOperand(3).getImm()); in findSuitableCompare() local
|
D | AArch64ExpandImm.cpp | 69 unsigned ShiftAmt = 0; in tryToreplicateChunks() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 174 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm()); in findSuitableCompare() local
|
D | AArch64ExpandImm.cpp | 71 unsigned ShiftAmt = 0; in tryToreplicateChunks() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 369 auto ShiftAmt = in buildLCMMergePieces() local 1538 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, Offset); in widenScalarMergeValues() local 1668 auto ShiftAmt = MIRBuilder.buildConstant(SrcTy, DstSize * I); in widenScalarUnmergeValues() local 2184 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar() local 3049 auto ShiftAmt = MIRBuilder.buildConstant(AnyExtTy, LargeSplitSize); in lowerLoad() local 3149 auto ShiftAmt = MIRBuilder.buildConstant(NewSrcTy, LargeSplitSize); in lowerStore() local 3302 auto ShiftAmt = MIRBuilder.buildConstant(Ty, Ty.getSizeInBits() - 1); in lower() local 4760 auto ShiftAmt = MIRBuilder.buildConstant(ShiftAmtTy, NewBitSize - 1); in narrowScalarShift() local 6452 auto ShiftAmt = MIRBuilder.buildConstant(Src0Ty, Src0Size - Src1Size); in lowerFCopySign() local 6457 auto ShiftAmt = MIRBuilder.buildConstant(Src1Ty, Src1Size - Src0Size); in lowerFCopySign() local [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 287 auto ShiftAmt = ConstantInt::get(SVT, Count.zextOrTrunc(BitWidth)); in simplifyX86immShift() local 1006 Value *ShiftAmt = ConstantInt::get(II.getType(), MaskIdx); in instCombineIntrinsic() local 1049 Value *ShiftAmt = ConstantInt::get(II.getType(), MaskIdx); in instCombineIntrinsic() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPostLegalizerCombiner.cpp | 257 int64_t ShiftAmt; in matchCvtF32UByteN() local
|