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.cpp875 unsigned ShiftSize = Ty.getSizeInBits(); in getCmpOperandFoldingProfit() local
876 if ((ShiftSize == 32 && ShiftAmt <= 31) || in getCmpOperandFoldingProfit()
877 (ShiftSize == 64 && ShiftAmt <= 63)) in getCmpOperandFoldingProfit()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5989 unsigned MaxEncoding, ShiftSize; in emitFrameOffsetAdj() local
5996 ShiftSize = 12; in emitFrameOffsetAdj()
6003 ShiftSize = 0; in emitFrameOffsetAdj()
6032 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj()
6041 ThisVal = ThisVal >> ShiftSize; in emitFrameOffsetAdj()
6042 LocalShiftSize = ShiftSize; in emitFrameOffsetAdj()
6044 assert((ThisVal >> ShiftSize) <= MaxEncoding && in emitFrameOffsetAdj()
6053 if (ShiftSize) in emitFrameOffsetAdj()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2640 const unsigned ShiftSize = ShiftTy.getScalarSizeInBits(); in getMidVTForTruncRightShiftCombine() local
2644 if (ShiftSize > 32 && TruncSize < 32) in getMidVTForTruncRightShiftCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49975 unsigned ShiftSize = SVT.getSizeInBits(); in combineShiftRightArithmetic() local
49977 if (ShiftSize >= Size || ShlConst != Size - ShiftSize) in combineShiftRightArithmetic()