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.cpp99 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig() argument
104 UserSize, TotalSize, MaxSize); in reportAllocationSizeTooBig()
H A Dreport.h34 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52899 unsigned UserSize = UserC->getType()->getPrimitiveSizeInBits(); in combineConstantPoolLoads() local
52900 if (LdSize < UserSize || !ISD::isNormalLoad(User)) { in combineConstantPoolLoads()