Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
DR600ISelLowering.cpp1188 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, in lowerPrivateTruncStore() local
1416 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, in lowerPrivateExtLoad() local
DAMDGPULegalizerInfo.cpp1212 auto ShiftAmt = B.buildConstant(S32, WidthM1 + 1); in getSegmentAperture() local
1862 auto ShiftAmt = B.buildConstant(S32, Shift); in loadInputValue() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h160 uint16_t ShiftAmt; variable
310 ShiftKind ShiftOp, Operand *ShiftAmt) { in create()
334 Operand *ShiftAmt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1615 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize * (Ratio - 1); in executeBitCastInst() local
1631 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize * (Ratio - 1); in executeBitCastInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1616 SDValue ShiftAmt = in SimplifyDemandedBits() local
2994 SDValue ShiftAmt = DAG.getConstant(MaskedBits, DL, XVT); in optimizeSetCCOfSignedTruncationCheck() local
7478 SDValue ShiftAmt = DAG.getConstant(C.logBase2(), dl, ShiftAmtTy); in expandMULO() local
7510 SDValue ShiftAmt = DAG.getConstant(VT.getScalarSizeInBits(), dl, in expandMULO() local
7585 SDValue ShiftAmt = DAG.getConstant( in expandMULO() local
DDAGCombiner.cpp2996 ConstantSDNode *ShiftAmt = isConstOrConstSplat(N1.getOperand(1)); in visitSUB() local
5127 const APInt &ShiftAmt = Srl.getConstantOperandAPInt(1); in combineShiftAnd1ToBitTest() local
7145 uint64_t ShiftAmt = ShiftC->getLimitedValue(); in visitXOR() local
7788 int ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue(); in visitSRA() local
7822 unsigned ShiftAmt = N1C->getZExtValue(); in visitSRA() local
8005 uint64_t ShiftAmt = N1C->getZExtValue(); in visitSRL() local
10388 uint64_t ShiftAmt = N01->getZExtValue(); in ReduceLoadWidth() local
20265 SDValue ShiftAmt = DAG.getConstant(ShCt, DL, ShiftAmtTy); in foldSelectCCToShiftAnd() local
20285 SDValue ShiftAmt = DAG.getConstant(ShCt, DL, ShiftAmtTy); in foldSelectCCToShiftAnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3450 uint64_t ShiftAmt = ShiftCnst->getZExtValue(); in tryBFE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1242 unsigned ShiftAmt = V.getConstantOperandVal(1); in getValueBits() local
1257 unsigned ShiftAmt = V.getConstantOperandVal(1); in getValueBits() local
4602 SDValue ShiftAmt = in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp616 Value *ShiftAmt; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1834 unsigned ShiftAmt; in emitIntSExt32r1() local

123