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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h72 uptr ActualSize() const; // Size allocated by the allocator.
H A Dhwasan_allocator.cpp70 uptr HwasanChunkView::ActualSize() const { function in class:__hwasan::HwasanChunkView
H A Dhwasan_report.cpp296 uptr size = chunk.ActualSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1407 const uint64_t ActualSize = CTy->getSizeInBits(); local
1427 assert(ActualSize >= (NumVecElements * ElementSize) && "Invalid vector size");
1428 return ActualSize != (NumVecElements * ElementSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13671 unsigned ActualSize = std::min(InputSize, OutputSize); local
13676 if (APFloat::semanticsPrecision(sem) >= ActualSize) {

Completed in 262 milliseconds