Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1412 Alloca->getAllocationSize(DL)) in hasUndefContents()
1518 std::optional<TypeSize> SrcSize = SrcAlloca->getAllocationSize(DL); in performStackMoveOptzn()
1523 std::optional<TypeSize> DestSize = DestAlloca->getAllocationSize(DL); in performStackMoveOptzn()
1979 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); in processImmutArgument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
H A DMemoryTaggingSupport.cpp203 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp625 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp249 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL); in sizeOfAlloca()
H A DAttributorAttributes.cpp12677 return AI->getAllocationSize(DL); in findInitialAllocationSize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp62 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst
80 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
H A DDebugInfo.cpp2172 if (auto Sz = Alloca->getAllocationSize(*DL); Sz && Sz->isScalable()) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp821 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp750 return *AI.getAllocationSize(AI.getDataLayout()); in getAllocaSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h108 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7483 Buffer->getAllocationSize(M.getDataLayout())->getFixedValue())); in emitOffloadingArrays()