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.cpp149 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 DTarget.h263 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 DRelocations.h102 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLoongArch.cpp31 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 DSystemZMCAsmBackend.cpp52 : checkFixupInRange(0, maxUIntN(W)))) in extractBitsForFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h219 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 DAVRAsmBackend.cpp64 int64_t Max = maxUIntN(Width); in unsigned_width()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h375 maxUIntN(Fields::Width))...}; in decode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp363 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp173 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9816 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47978 C->getZExtValue() != maxUIntN(VT.getScalarSizeInBits()) && in combineMul()