Home
last modified time | relevance | path

Searched defs:ShAmt (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp561 auto NewInnerShift = [&](unsigned ShAmt) { in foldShiftedShift()
724 Constant *ShAmt = in FoldShiftByConstant() local
947 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitShl() local
1062 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitLShr() local
1261 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr() local
DInstCombineCasts.cpp548 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate() local
902 uint32_t ShAmt = KnownZeroMask.logBase2(); in transformZExtICmp() local
1400 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local
1412 Constant *ShAmt = ConstantInt::get(DestTy, DestBitSize - SrcBitSize); in visitSExt() local
1440 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt() local
DInstCombineAddSub.cpp1253 Constant *ShAmt = ConstantInt::get(Ty, ExtendAmt); in visitAdd() local
1790 const APInt *ShAmt; in visitSub() local
2080 const APInt *ShAmt; in visitSub() local
DInstCombineAndOrXor.cpp1965 const APInt *ShAmt; in visitAnd() local
2073 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, Width); in matchRotate() local
2716 const APInt *ShAmt; in visitOr() local
3223 const APInt *ShAmt; in visitXor() local
DInstCombineMulDivRem.cpp1076 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv() local
DInstCombineCompares.cpp4249 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in foldICmpEquality() local
4263 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in foldICmpEquality() local
4275 uint64_t ShAmt = 0; in foldICmpEquality() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp148 uint64_t ShAmt = cast<ConstantSDNode>(Op1.getNode())->getZExtValue(); in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp545 const int32_t ShAmt = (DestTy == IceType_i16) ? 16 : 24; in genTargetHelperCallFor() local
2614 const int32_t ShAmt = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic() local
2776 AggregationElement(AggregationOperation Op, uint32_t ShAmt) in AggregationElement()
2807 uint32_t ShAmt; member in Ice::ARM32::__anon96d0f7680b11::StrengthReduction::AggregationElement
3255 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic() local
3279 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic() local
3304 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic() local
3719 ConstantInteger32 *ShAmt = nullptr; in lowerCast() local
4421 const int32_t ShAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerInt8AndInt16IcmpCond() local
4528 SizeT ShAmt; in lowerIcmp() local
DIceInstARM32.h173 static OperandARM32ShAmtImm *create(Cfg *Func, ConstantInteger32 *ShAmt) { in create()
191 const ConstantInteger32 *const ShAmt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp694 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA()
809 unsigned ShAmt = MI.getOperand(2).getImm(); in convertToThreeAddressWithLEA() local
924 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
944 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
976 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
3409 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp271 APInt ShAmt = Amt->getValue(); in ExtractConstantBytes() local
294 APInt ShAmt = Amt->getValue(); in ExtractConstantBytes() local
DConstantRange.cpp276 ConstantRange ShAmt = Other.intersectWith( in makeGuaranteedNoWrapRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1243 SDValue ShAmt = Op.getOperand(2); in LowerSHL_PARTS() local
1291 SDValue ShAmt = Op.getOperand(2); in LowerSRL_PARTS() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp502 unsigned ShAmt) { in isShifterOpProfitable()
694 unsigned ShAmt = Log2_32(RHSC); in SelectLdStSOReg() local
722 unsigned ShAmt = 0; in SelectLdStSOReg() local
801 unsigned ShAmt = 0; in SelectAddrMode2OffsetReg() local
1437 unsigned ShAmt = 0; in SelectT2AddrModeSoReg() local
DARMBaseInstrInfo.cpp4093 unsigned ShAmt = DefMI.getOperand(3).getImm(); in adjustDefLatency() local
4124 unsigned ShAmt = DefMI.getOperand(3).getImm(); in adjustDefLatency() local
4398 unsigned ShAmt = in getOperandLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1329 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1426 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1492 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1813 SDValue ShAmt = Src.getOperand(1); in SimplifyDemandedBits() local
1915 SDValue ShAmt = TLO.DAG.getConstant(ShVal, dl, VT); in SimplifyDemandedBits() local
3158 const APInt &ShAmt = N0.getConstantOperandAPInt(1); in SimplifySetCC() local
5956 SDValue ShAmt; in expandFunnelShift() local
DSelectionDAG.cpp2430 const APInt &ShAmt = SA->getAPIntValue(); in getValidShiftAmountConstant() local
2453 const APInt &ShAmt = SA->getAPIntValue(); in getValidMinimumShiftAmountConstant() local
2479 const APInt &ShAmt = SA->getAPIntValue(); in getValidMaximumShiftAmountConstant() local
2873 if (const APInt *ShAmt = getValidShiftAmountConstant(Op, DemandedElts)) { in computeKnownBits() local
2894 if (const APInt *ShAmt = getValidShiftAmountConstant(Op, DemandedElts)) { in computeKnownBits() local
2913 if (const APInt *ShAmt = getValidShiftAmountConstant(Op, DemandedElts)) { in computeKnownBits() local
3652 if (const APInt *ShAmt = getValidShiftAmountConstant(Op, DemandedElts)) in ComputeNumSignBits() local
3654 else if (const APInt *ShAmt = in ComputeNumSignBits() local
3659 if (const APInt *ShAmt = getValidShiftAmountConstant(Op, DemandedElts)) { in ComputeNumSignBits() local
3664 } else if (const APInt *ShAmt = in ComputeNumSignBits() local
DLegalizeVectorOps.cpp786 SDValue ShAmt = DAG.getConstant( in ExpandLoad() local
DDAGCombiner.cpp2064 SDValue ShAmt = ShiftOp.getOperand(1); in foldAddSubOfSignBit() local
3250 SDValue ShAmt = N1.getOperand(1); in visitSUB() local
3536 unsigned ShAmt = in visitMUL() local
4807 unsigned ShAmt) { in isLegalNarrowLdSt()
5705 SDValue ShAmt = DAG.getConstant(16, DL, getShiftAmountTy(VT)); in MatchBSwapHWord() local
8047 unsigned ShAmt = UnknownBits.countTrailingZeros(); in visitSRL() local
8147 unsigned ShAmt = Cst->getZExtValue(); in visitFunnelShift() local
10116 SDValue ShAmt = N0.getOperand(1); in visitZERO_EXTEND() local
10369 unsigned ShAmt = 0; in ReduceLoadWidth() local
10488 auto AdjustBigEndianShift = [&](unsigned ShAmt) { in ReduceLoadWidth()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1972 SDValue ShAmt = Op.getOperand(2); in LowerShiftRightParts() local
2033 SDValue ShAmt = Op.getOperand(2); in LowerShiftLeftParts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2020 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() argument
2033 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2015 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() argument
2028 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2701 uint64_t ShAmt = 8 * Offset; in CreateExtractInteger() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2134 uint64_t ShAmt = 8 * Offset; in extractInteger() local
2163 uint64_t ShAmt = 8 * Offset; in insertInteger() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2356 unsigned ShAmt = C2->urem(BitWidth); in ConstantFoldScalarCall3() local

12