Lines Matching refs:AllocFnsTy
105 struct AllocFnsTy { struct
119 static const std::pair<LibFunc, AllocFnsTy> AllocationFnData[] = { argument
179 static std::optional<AllocFnsTy>
193 AllocationFnData, [TLIFn](const std::pair<LibFunc, AllocFnsTy> &P) { in getAllocationDataForFunction()
200 const AllocFnsTy *FnData = &Iter->second; in getAllocationDataForFunction()
221 static std::optional<AllocFnsTy>
231 static std::optional<AllocFnsTy>
242 static std::optional<AllocFnsTy>
253 if (std::optional<AllocFnsTy> Data = in getAllocationSize()
263 AllocFnsTy Result; in getAllocationSize()
355 const std::optional<AllocFnsTy> FnData = getAllocationData(V, AnyAlloc, TLI); in getAllocAlignment()
383 std::optional<AllocFnsTy> FnData = getAllocationSize(CB, TLI); in getAllocSize()
1159 std::optional<AllocFnsTy> FnData = getAllocationSize(&CB, TLI); in visitCallBase()