Searched refs:maxUIntN (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 175 return llvm::maxUIntN(10); in getMaxCodeSize() 179 return llvm::maxUIntN(31); in getMaxCodeSize() 181 return llvm::maxUIntN(64); in getMaxCodeSize()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 106 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 279 reportRangeError(ctx, loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt() 289 llvm::maxUIntN(n)); in checkIntUInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 52 : checkFixupInRange(0, maxUIntN(W)))) in extractBitsForFixup()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLoongArch.cpp | 31 return SemaRef.BuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(5)) || in CheckLoongArchBuiltinFunctionCall() 55 return SemaRef.BuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(2)); in CheckLoongArchBuiltinFunctionCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 220 inline constexpr uint64_t maxUIntN(uint64_t N) { in maxUIntN() function 257 return N >= 64 || x <= maxUIntN(N); in isUIntN()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 39 int64_t Max = maxUIntN(Width); in unsigned_width()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 402 maxUIntN(Fields::Width))...}; in decode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 491 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 176 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 10287 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 29878 uint64_t MaxOffset = maxUIntN(BitsPerElt); in GenerateFixedLengthSVETBL()
|