Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp68 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/
DRISCVFrameLowering.cpp222 unsigned ShiftAmount = countTrailingZeros(MaxAlignment); in emitPrologue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp354 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/
DIceTargetLoweringMIPS32.cpp2533 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
DIceTargetLoweringX8664.cpp1451 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
DIceTargetLoweringX8632.cpp1528 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/
DValueTracking.cpp5638 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/
DMipsSEISelDAGToDAG.cpp283 unsigned ShiftAmount = 0) const { in selectAddrFrameIndexOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1125 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG() local
DTargetLowering.cpp5817 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
DLegalizeIntegerTypes.cpp709 SDValue ShiftAmount = DAG.getConstant(SHLAmount, dl, SHVT); in PromoteIntRes_ADDSUBSAT() local
3109 SDValue ShiftAmount = DAG.getConstant(Scale % NVTSize, dl, ShiftTy); in ExpandIntRes_MULFIX() local
DLegalizeDAG.cpp1541 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() local
DDAGCombiner.cpp9593 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/
DAVRISelLowering.cpp309 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/
DMSP430ISelLowering.cpp970 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/
DMipsTargetStreamer.cpp265 int16_t ShiftAmount, SMLoc IDLoc, in emitDSLL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp474 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/
DHexagonISelDAGToDAG.cpp1851 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/
DARMAsmParser.cpp5070 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/
DAArch64ISelDAGToDAG.cpp2200 SDValue &Src, int &ShiftAmount, in isBitfieldPositioningOp()
DAArch64ISelLowering.cpp8830 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/
DMipsAsmParser.cpp2786 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/
DSIISelLowering.cpp4691 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/
DARMISelLowering.cpp14587 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24480 unsigned ShiftAmount = C->getAPIntValue().getLimitedValue(255); in LowerINTRINSIC_WO_CHAIN() local