Home
last modified time | relevance | path

Searched refs:ShiftSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp859 unsigned ShiftSize = Ty.getSizeInBits(); in getCmpOperandFoldingProfit() local
860 if ((ShiftSize == 32 && ShiftAmt <= 31) || in getCmpOperandFoldingProfit()
861 (ShiftSize == 64 && ShiftAmt <= 63)) in getCmpOperandFoldingProfit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5327 unsigned MaxEncoding, ShiftSize; in emitFrameOffsetAdj() local
5334 ShiftSize = 12; in emitFrameOffsetAdj()
5341 ShiftSize = 0; in emitFrameOffsetAdj()
5370 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj()
5379 ThisVal = ThisVal >> ShiftSize; in emitFrameOffsetAdj()
5380 LocalShiftSize = ShiftSize; in emitFrameOffsetAdj()
5382 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffsetAdj()
5391 if (ShiftSize) in emitFrameOffsetAdj()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2620 const unsigned ShiftSize = ShiftTy.getScalarSizeInBits(); in getMidVTForTruncRightShiftCombine() local
2624 if (ShiftSize > 32 && TruncSize < 32) in getMidVTForTruncRightShiftCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48220 unsigned ShiftSize = SVT.getSizeInBits(); in combineShiftRightArithmetic() local
48222 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()