Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp157 return *AI.getAllocationSizeInBits(DL) / 8; in getAllocaSizeInBytes()
H A DMemoryOpRemark.cpp342 Optional<TypeSize> TySize = AI->getAllocationSizeInBits(DL); in visitVariable()
H A DLocal.cpp1429 if (Optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp421 *AI.getAllocationSizeInBits(*DL) > 0 && in isInterestingAlloca()
586 uint64_t Size = *Info.AI->getAllocationSizeInBits(*DL) / 8; in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp70 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1314 Alloca->getAllocationSizeInBits(DL)) in hasUndefContents()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp657 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h112 Optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp57 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst