Home
last modified time | relevance | path

Searched defs:ShiftAmt (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp162 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
DValueTracking.cpp967 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
DConstantFolding.cpp214 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1); in FoldBitCast() local
261 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1); in FoldBitCast() local
/external/llvm/lib/Analysis/
DDemandedBits.cpp147 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
DValueTracking.cpp799 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()
DConstantFolding.cpp181 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1); in FoldBitCast() local
213 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1); in FoldBitCast() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h963 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/
DInstCombineSimplifyDemanded.cpp566 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
DInstCombineCasts.cpp784 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/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp97 const unsigned ShiftAmt = ToIdx * 16; in replicateChunk() local
114 const unsigned ShiftAmt = ChunkIdx * 16; in tryOrrMovk() local
195 unsigned ShiftAmt = 0; in tryToreplicateChunks() local
DAArch64ConditionOptimizer.cpp165 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm()); in findSuitableCompare() local
DAArch64ISelDAGToDAG.cpp264 unsigned ShiftAmt; in SelectArithImmed() local
1837 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); in getUsefulBitsFromOrWithShiftedReg() local
1845 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); in getUsefulBitsFromOrWithShiftedReg() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp505 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
DInstCombineCasts.cpp794 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-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp676 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-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp118 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy) - in coerceAvailableValueToLoadTypeHelper() local
368 unsigned ShiftAmt; in getStoreValueForLoadHelper() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp174 unsigned ShiftAmt = AArch64_AM::getShiftValue(I->getOperand(3).getImm()); in findSuitableCompare() local
DAArch64ExpandImm.cpp71 unsigned ShiftAmt = 0; in tryToreplicateChunks() local
DAArch64ISelDAGToDAG.cpp343 unsigned ShiftAmt; in SelectArithImmed() local
2020 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); in getUsefulBitsFromOrWithShiftedReg() local
2028 uint64_t ShiftAmt = AArch64_AM::getShiftValue(ShiftTypeAndValue); in getUsefulBitsFromOrWithShiftedReg() local
2589 SDValue ShiftAmt = N->getOperand(1); in tryShiftAmountMod() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1708 unsigned ShiftAmt = Shift.getConstantOperandVal(1); in foldMaskedShiftToScaledMask() local
1775 unsigned ShiftAmt = Shift.getConstantOperandVal(1); in foldMaskAndShiftToScale() local
1872 unsigned ShiftAmt = Shift.getConstantOperandVal(1); in foldMaskedShiftToBEXTR() local
3336 unsigned Bitwidth) { in matchBitExtract()
3476 SDValue ShiftAmt = X.getOperand(1); in matchBitExtract() local
3710 SDValue ShiftAmt = OrigShiftAmt; in tryShiftAmountMod() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp991 void APInt::ashrSlowCase(unsigned ShiftAmt) { in ashrSlowCase()
1040 void APInt::lshrSlowCase(unsigned ShiftAmt) { in lshrSlowCase()
1052 void APInt::shlSlowCase(unsigned ShiftAmt) { in shlSlowCase()
2260 unsigned ShiftAmt = (Radix == 16 ? 4 : (Radix == 8 ? 3 : 1)); in toString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1800 auto ShiftAmt = B.buildConstant(S32, 31); in applyMappingImpl() local
1854 auto ShiftAmt = B.buildConstant(LLT::scalar(32), DstTy.getSizeInBits() - 1); in applyMappingImpl() local
1906 auto ShiftAmt = B.buildConstant(S32, 16); in applyMappingImpl() local
1915 auto ShiftAmt = B.buildConstant(S32, 16); in applyMappingImpl() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1383 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() local
1400 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1594 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() local
1611 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h160 uint16_t ShiftAmt; variable
310 ShiftKind ShiftOp, Operand *ShiftAmt) { in create()
334 Operand *ShiftAmt; variable

1234