Searched refs:getAllocationSize (Results 1 – 13 of 13) sorted by relevance
177 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
1343 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()
243 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() function383 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()1159 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()
70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca()
564 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
60 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst74 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
2245 if (auto Sz = Alloca->getAllocationSize(*DL); Sz && Sz->isScalable()) in runOnFunction()
818 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
682 return *AI.getAllocationSize(AI.getModule()->getDataLayout()); in getAllocaSizeInBytes()
111 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;
5520 Buffer->getAllocationSize(M.getDataLayout())->getFixedValue())); in emitOffloadingArrays()
12687 return AI->getAllocationSize(DL); in findInitialAllocationSize()