Home
last modified time | relevance | path

Searched refs:ActualSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.h88 uptr ActualSize() const; // Size allocated by the allocator.
Dhwasan_allocator.cpp71 uptr HwasanChunkView::ActualSize() const { in ActualSize() function in __hwasan::HwasanChunkView
Dhwasan_report.cpp378 uptr size = chunk.ActualSize(); in PrintAddressDescription()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1404 const uint64_t ActualSize = CTy->getSizeInBits(); in hasVectorBeenPadded() local
1424 assert(ActualSize >= (NumVecElements * ElementSize) && "Invalid vector size"); in hasVectorBeenPadded()
1425 return ActualSize != (NumVecElements * ElementSize); in hasVectorBeenPadded()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14737 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt() local
14742 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()