Searched refs:maxUIntN (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 149 return llvm::maxUIntN(10); in getMaxCodeSize() 153 return llvm::maxUIntN(31); in getMaxCodeSize() 155 return llvm::maxUIntN(64); in getMaxCodeSize()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 263 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkIntUInt() 273 llvm::maxUIntN(n)); in checkAlignment()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 102 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLoongArch.cpp | 31 SemaRef.BuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(5)); in CheckLoongArchBuiltinFunctionCall() 56 return SemaRef.BuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(2)); in CheckLoongArchBuiltinFunctionCall()
|
| /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/llvm/include/llvm/Support/ |
| H A D | MathExtras.h | 219 inline uint64_t maxUIntN(uint64_t N) { in maxUIntN() function 256 return N >= 64 || x <= maxUIntN(N); in isUIntN()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 64 int64_t Max = maxUIntN(Width); in unsigned_width()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 375 maxUIntN(Fields::Width))...}; in decode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 363 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 173 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 9816 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 47978 C->getZExtValue() != maxUIntN(VT.getScalarSizeInBits()) && in combineMul()
|