Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp793 unsigned ShiftSize = Ty.getSizeInBits(); in getCmpOperandFoldingProfit() local
794 if ((ShiftSize == 32 && ShiftAmt <= 31) || in getCmpOperandFoldingProfit()
795 (ShiftSize == 64 && ShiftAmt <= 63)) in getCmpOperandFoldingProfit()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4242 unsigned MaxEncoding, ShiftSize; in emitFrameOffsetAdj() local
4249 ShiftSize = 12; in emitFrameOffsetAdj()
4254 ShiftSize = 0; in emitFrameOffsetAdj()
4283 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj()
4292 ThisVal = ThisVal >> ShiftSize; in emitFrameOffsetAdj()
4293 LocalShiftSize = ShiftSize; in emitFrameOffsetAdj()
4295 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffsetAdj()
4304 if (ShiftSize) in emitFrameOffsetAdj()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46657 unsigned ShiftSize = SVT.getSizeInBits(); in combineShiftRightArithmetic() local
46660 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()
46665 SarConst = SarConst - (Size - ShiftSize); in combineShiftRightArithmetic()