Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp177 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
H A DMemoryOpRemark.cpp347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1343 Alloca->getAllocationSize(DL)) in hasUndefContents()
1449 std::optional<TypeSize> SrcSize = SrcAlloca->getAllocationSize(DL); in performStackMoveOptzn()
1454 std::optional<TypeSize> DestSize = DestAlloca->getAllocationSize(DL); in performStackMoveOptzn()
1910 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); in processImmutArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp243 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() function
383 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()
1159 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()
H A DStackLifetime.cpp70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp564 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/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()
H A DDebugInfo.cpp2245 if (auto Sz = Alloca->getAllocationSize(*DL); Sz && Sz->isScalable()) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp818 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp682 return *AI.getAllocationSize(AI.getModule()->getDataLayout()); in getAllocaSizeInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h111 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5520 Buffer->getAllocationSize(M.getDataLayout())->getFixedValue())); in emitOffloadingArrays()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12687 return AI->getAllocationSize(DL); in findInitialAllocationSize()