Searched refs:getAllocationSize (Results 1 – 18 of 18) sorted by relevance
186 if (std::optional<TypeSize> Size = Alloca->getAllocationSize(DL)) { in updateForBB()
70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca()
236 getAllocationSize(const CallBase *CB, const TargetLibraryInfo *TLI) { in getAllocationSize() function371 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()1301 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()
1413 Alloca->getAllocationSize(DL)) in hasUndefContents()1537 std::optional<TypeSize> SrcSize = SrcAlloca->getAllocationSize(DL); in performStackMoveOptzn()1542 std::optional<TypeSize> DestSize = DestAlloca->getAllocationSize(DL); in performStackMoveOptzn()2070 std::optional<TypeSize> AllocaSize = AI->getAllocationSize(DL); in processImmutArgument()
347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable()
221 return *AI.getAllocationSize(DL); in getAllocaSizeInBytes()
526 const auto ArgSize = *AllocA->getAllocationSize(DL); in copyByValParam()
602 uint64_t Size = *Info.AI->getAllocationSize(*DL); in runOnFunction()
414 assert(OrigSize == Alloca->getAllocationSize(DL)->getFixedValue() && in emitMemsetExpansion()
231 std::optional<TypeSize> AllocaTypeSize = Alloced->getAllocationSize(DL); in sizeOfAlloca()
13359 return AI->getAllocationSize(DL); in findInitialAllocationSize()
2230 std::optional<TypeSize> getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function2231 return cast<llvm::AllocaInst>(Val)->getAllocationSize(DL); in getAllocationSize()
399 std::optional<TypeSize> RetSize = A.Alloca->getAllocationSize(DL); in addFieldForAllocas()
65 AllocaInst::getAllocationSize(const DataLayout &DL) const { in getAllocationSize() function in AllocaInst83 std::optional<TypeSize> Size = getAllocationSize(DL); in getAllocationSizeInBits()
2310 if (auto Sz = Alloca->getAllocationSize(*DL); Sz && Sz->isScalable()) in runOnFunction()
798 return *AI.getAllocationSize(AI.getDataLayout()); in getAllocaSizeInBytes()
113 getAllocationSize(const DataLayout &DL) const;
8621 Buffer->getAllocationSize(M.getDataLayout())->getFixedValue())); in emitOffloadingArrays()