Home
last modified time | relevance | path

Searched refs:getAllocationSize (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp177 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
H A DMemoryOpRemark.cpp344 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp228 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() function
371 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()
1116 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()
H A DStackLifetime.cpp70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp566 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1364 Alloca->getAllocationSize(DL)) in hasUndefContents()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp60 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst
74 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp678 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h111 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;