/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrContextNode.h | 80 static inline size_t getAllocSize(uint32_t NrCounters, uint32_t NrCallsites) { in getAllocSize() function 110 size_t size() const { return getAllocSize(NrCounters, NrCallsites); } in size()
|
H A D | CtxInstrProfiling.cpp | 165 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); in getCallsiteSlow() 247 const auto Needed = ContextNode::getAllocSize(NrCounters, NrCallsites); in setupContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | CtxInstrContextNode.h | 80 static inline size_t getAllocSize(uint32_t NrCounters, uint32_t NrCallsites) { in getAllocSize() function 110 size_t size() const { return getAllocSize(NrCounters, NrCallsites); } in size()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 65 unsigned Sz = Desc->getAllocSize(); in createGlobalString() 172 auto *G = new (Allocator, Desc->getAllocSize()) in getOrCreateDummy() 234 auto *G = new (Allocator, Desc->getAllocSize()) in createGlobal() 354 BaseSize += align(Desc->getAllocSize()); in getOrCreateRecord() 397 ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in createDescriptor()
|
H A D | InterpBlock.h | 78 unsigned getSize() const { return Desc->getAllocSize(); } in getSize() 112 std::memset(rawData(), 0, Desc->getAllocSize()); in invokeCtor()
|
H A D | Descriptor.cpp | 88 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in ctorArrayDesc() 113 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in dtorArrayDesc() 129 D->ElemDesc->getAllocSize() + sizeof(InlineDescriptor); in moveArrayDesc() 327 : Source(D), ElemSize(Elem->getAllocSize() + sizeof(InlineDescriptor)), in Descriptor() 339 : Source(D), ElemSize(Elem->getAllocSize() + sizeof(InlineDescriptor)), in Descriptor()
|
H A D | DynamicAllocator.cpp | 68 std::make_unique<std::byte[]>(sizeof(Block) + D->getAllocSize()); in allocate()
|
H A D | Descriptor.h | 226 unsigned getAllocSize() const { return AllocSize; } in getAllocSize() function
|
H A D | InterpFrame.cpp | 227 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer()
|
H A D | EvalEmitter.cpp | 87 auto Memory = std::make_unique<char[]>(sizeof(Block) + D->getAllocSize()); in createLocal()
|
H A D | ByteCodeEmitter.cpp | 200 NextLocalOffset += align(D->getAllocSize()); in createLocal()
|
H A D | Pointer.h | 592 asBlockPointer().Pointee->getDescriptor()->getAllocSize()); in deref()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 115 std::optional<APInt> getAllocSize(
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 1109 static size_t getAllocSize(StorageType Storage, size_t NumOps) { 1119 size_t getAllocSize() const { 1124 alignTo(getAllocSize(), alignof(uint64_t));
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 379 llvm::getAllocSize(const CallBase *CB, const TargetLibraryInfo *TLI, in getAllocSize() function in llvm 815 if (std::optional<APInt> Size = getAllocSize(&CB, TLI)) in visitCallBase()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.inc | 214 SCUDO_ALLOCATOR.getAllocSize(ptr));
|
H A D | combined.h | 753 return getAllocSize(Ptr); in getUsableSize() 756 uptr getAllocSize(const void *Ptr) { in getAllocSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 631 alignTo(Header::getAllocSize(Storage, NumOps), alignof(uint64_t)); in operator new()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3779 std::optional<APInt> Size = getAllocSize(&Call, TLI); in annotateAnyAllocSite()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 6828 return getAllocSize(AI.CB, TLI, Mapper); in getSize()
|