Searched refs:getAllocationSize (Results 1 – 9 of 9) sorted by relevance
177 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
344 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
228 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() function371 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()1116 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()
70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca()
566 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
1364 Alloca->getAllocationSize(DL)) in hasUndefContents()
60 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst74 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
678 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
111 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;