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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp862 unsigned ShiftSize = Ty.getSizeInBits(); local
863 if ((ShiftSize == 32 && ShiftAmt <= 31) ||
864 (ShiftSize == 64 && ShiftAmt <= 63))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5285 unsigned MaxEncoding, ShiftSize;
5292 ShiftSize = 12;
5299 ShiftSize = 0;
5328 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize;
5337 ThisVal = ThisVal >> ShiftSize;
5338 LocalShiftSize = ShiftSize;
5340 assert((ThisVal >> ShiftSize) <= MaxEncoding &&
5349 if (ShiftSize)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2490 const unsigned ShiftSize = ShiftTy.getScalarSizeInBits(); local
2494 if (ShiftSize > 32 && TruncSize < 32)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 241 milliseconds