Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp128 return llvm::maxUIntN(10); in getMaxCodeSize()
132 return llvm::maxUIntN(31); in getMaxCodeSize()
134 return llvm::maxUIntN(64); in getMaxCodeSize()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h263 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt()
273 llvm::maxUIntN(n)); in checkIntUInt()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DRelocations.h102 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp52 : checkFixupInRange(0, maxUIntN(W)))) in extractBitsForFixup()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h201 inline uint64_t maxUIntN(uint64_t N) { in maxUIntN() function
229 return N >= 64 || x <= maxUIntN(N); in isUIntN()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp63 int64_t Max = maxUIntN(Width); in unsigned_width()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp365 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp164 Max += AsSigned ? maxIntN(NBits) : maxUIntN(NBits); in convertStrToInt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4115 SemaBuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(5)); in CheckLoongArchBuiltinFunctionCall()
4140 return SemaBuiltinConstantArgRange(TheCall, 0, 0, llvm::maxUIntN(2)); in CheckLoongArchBuiltinFunctionCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9692 Mask &= maxUIntN(SrcSize); in optimizeCompareInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46863 C->getZExtValue() != maxUIntN(VT.getScalarSizeInBits()) && in combineMul()