Searched refs:getAllocationSize (Results 1 – 14 of 14) sorted by relevance
1412 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()
347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
203 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
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()
625 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
249 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL); in sizeOfAlloca()
12677 return AI->getAllocationSize(DL); in findInitialAllocationSize()
62 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst80 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
2172 if (auto Sz = Alloca->getAllocationSize(*DL); Sz && Sz->isScalable()) in runOnFunction()
821 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
750 return *AI.getAllocationSize(AI.getDataLayout()); in getAllocaSizeInBytes()
108 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const;
7483 Buffer->getAllocationSize(M.getDataLayout())->getFixedValue())); in emitOffloadingArrays()