Home
last modified time | relevance | path

Searched refs:UserSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp90 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
95 UserSize, TotalSize, MaxSize); in reportSanityCheckError()
107 reportAllocationSizeTooBig(uptr UserSize,uptr TotalSize,uptr MaxSize) reportAllocationSizeTooBig() argument
H A Dreport.h35 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51187 unsigned UserSize = UserC->getType()->getPrimitiveSizeInBits(); in combineConstantPoolLoads() local
51188 if (LdSize < UserSize || !ISD::isNormalLoad(User)) { in combineConstantPoolLoads()