Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp423 AI.getAllocationSizeInBits(*DL).getValue() > 0 && in isInterestingAlloca()
495 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in alignAndPadAlloca()
658 uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8; in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp342 Optional<TypeSize> TySize = AI->getAllocationSizeInBits(DL); in visitVariable()
H A DLocal.cpp1415 if (Optional<TypeSize> FragmentSize = AI->getAllocationSizeInBits(DL)) { in valueCoversEntireFragment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp75 auto AllocaSizeInBits = AI->getAllocationSizeInBits(DL); in findMatchingAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1302 if (Optional<TypeSize> AllocaSize = Alloca->getAllocationSizeInBits(DL)) in hasUndefContentsMSSA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp640 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h110 Optional<TypeSize> getAllocationSizeInBits(const DataLayout &DL) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp57 AllocaInst::getAllocationSizeInBits(const DataLayout &DL) const { in getAllocationSizeInBits() function in AllocaInst