Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp862 unsigned ShiftSize = Ty.getSizeInBits(); in getCmpOperandFoldingProfit() local
863 if ((ShiftSize == 32 && ShiftAmt <= 31) || in getCmpOperandFoldingProfit()
864 (ShiftSize == 64 && ShiftAmt <= 63)) in getCmpOperandFoldingProfit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5285 unsigned MaxEncoding, ShiftSize; in emitFrameOffsetAdj() local
5292 ShiftSize = 12; in emitFrameOffsetAdj()
5299 ShiftSize = 0; in emitFrameOffsetAdj()
5328 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj()
5337 ThisVal = ThisVal >> ShiftSize; in emitFrameOffsetAdj()
5338 LocalShiftSize = ShiftSize; in emitFrameOffsetAdj()
5340 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffsetAdj()
5349 if (ShiftSize) in emitFrameOffsetAdj()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2490 const unsigned ShiftSize = ShiftTy.getScalarSizeInBits(); in getMidVTForTruncRightShiftCombine() local
2494 if (ShiftSize > 32 && TruncSize < 32) in getMidVTForTruncRightShiftCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47074 unsigned ShiftSize = SVT.getSizeInBits(); in combineShiftRightArithmetic() local
47076 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()