Home
last modified time | relevance | path

Searched refs:maxUIntN (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp175 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 DRelocations.h106 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h279 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 DSystemZMCAsmBackend.cpp52 : checkFixupInRange(0, maxUIntN(W)))) in extractBitsForFixup()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp31 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 DMathExtras.h220 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 DAVRAsmBackend.cpp39 int64_t Max = maxUIntN(Width); in unsigned_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h402 maxUIntN(Fields::Width))...}; in decode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp491 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp176 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp10287 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp29878 uint64_t MaxOffset = maxUIntN(BitsPerElt); in GenerateFixedLengthSVETBL()