| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
| D | RISCVMatInt.cpp | 68 int ShiftAmount = 12 + findFirstSet((uint64_t)Hi52); in generateInstSeq() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVFrameLowering.cpp | 222 unsigned ShiftAmount = countTrailingZeros(MaxAlignment); in emitPrologue() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 354 unsigned ShiftAmount; member 1817 unsigned ShiftAmount = 0, in CreateReg() 1836 unsigned ShiftAmount = 0, in CreateVectorReg() 1881 unsigned ShiftAmount, in CreateShiftedImm() 2649 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseImmWithOptionalShift() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringMIPS32.cpp | 2533 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local 2592 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local 2646 int64_t ShiftAmount = Const->getValue(); in lowerInt64Arithmetic() local 3597 const uint32_t ShiftAmount = in lowerCast() local 4688 const uint32_t ShiftAmount = in lowerIntrinsic() local 4779 const uint32_t ShiftAmount = in lowerIntrinsic() local
|
| D | IceTargetLoweringX8664.cpp | 1451 uint32_t ShiftAmount = ConstantShiftAmount->getValue(); in lowerShift64() local 2409 SizeT ShiftAmount = in lowerCast() local 2424 Constant *ShiftAmount = Ctx->getConstantInt32(DestBits - 1); in lowerCast() local 4615 uint32_t ShiftAmount = Const->getValue(); in matchShiftedIndex() local
|
| D | IceTargetLoweringX8632.cpp | 1528 uint32_t ShiftAmount = ConstantShiftAmount->getValue(); in lowerShift64() local 2625 SizeT ShiftAmount = in lowerCast() local 2662 Constant *ShiftAmount = Ctx->getConstantInt32(DestBits - 1); in lowerCast() local 5194 uint32_t ShiftAmount = Const->getValue(); in matchShiftedIndex() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 5638 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local 5659 unsigned ShiftAmount = Width - 1; in setLimitsForBinOp() local 5676 unsigned ShiftAmount = C->countLeadingOnes() - 1; in setLimitsForBinOp() local 5681 unsigned ShiftAmount = C->countLeadingZeros() - 1; in setLimitsForBinOp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsSEISelDAGToDAG.cpp | 283 unsigned ShiftAmount = 0) const { in selectAddrFrameIndexOffset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 1125 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
|
| D | TargetLowering.cpp | 5817 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI() local 6637 SDValue ShiftAmount = in scalarizeVectorStore() local 6813 SDValue ShiftAmount = in expandUnalignedLoad() local 6927 SDValue ShiftAmount = DAG.getConstant( in expandUnalignedStore() local
|
| D | LegalizeIntegerTypes.cpp | 709 SDValue ShiftAmount = DAG.getConstant(SHLAmount, dl, SHVT); in PromoteIntRes_ADDSUBSAT() local 3109 SDValue ShiftAmount = DAG.getConstant(Scale % NVTSize, dl, ShiftTy); in ExpandIntRes_MULFIX() local
|
| D | LegalizeDAG.cpp | 1541 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
|
| D | DAGCombiner.cpp | 9593 SDValue ShiftAmount = DAG.getConstant(ShCt, DL, VT); in foldExtendedSignBitTest() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 309 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 970 uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in LowerShifts() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsTargetStreamer.cpp | 265 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 474 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0; in foldVecTruncToExtElt() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 1851 uint64_t ShiftAmount = V.getConstantOperandVal(1); in factorOutPowerOf2() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 5070 const MCExpr *ShiftAmount; in parsePKHImm() local 5153 const MCExpr *ShiftAmount; in parseShifterImm() local 5215 const MCExpr *ShiftAmount; in parseRotImm() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 2200 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
|
| D | AArch64ISelLowering.cpp | 8830 uint64_t ShiftAmount = Base.getOperand(1).getConstantOperandVal(1); in shouldReduceLoadWidth() local 10086 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf() 10754 int64_t ShiftAmount; in tryCombineShiftImm() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 2786 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet)); in loadImmediate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 4691 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 14587 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 24480 unsigned ShiftAmount = C->getAPIntValue().getLimitedValue(255); in LowerINTRINSIC_WO_CHAIN() local
|