Lines Matching refs:getAllocationData
178 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function
190 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function
244 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn()
249 return getAllocationData(V, AnyAlloc, GetTLI, LookThroughBitCast).hasValue(); in isAllocationFn()
266 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast).hasValue(); in isMallocLikeFn()
271 return getAllocationData(V, MallocLike, GetTLI, LookThroughBitCast) in isMallocLikeFn()
279 return getAllocationData(V, AlignedAllocLike, TLI, LookThroughBitCast) in isAlignedAllocLikeFn()
285 return getAllocationData(V, AlignedAllocLike, GetTLI, LookThroughBitCast) in isAlignedAllocLikeFn()
293 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast).hasValue(); in isCallocLikeFn()
300 return getAllocationData(V, MallocOrCallocLike, TLI, in isMallocOrCallocLikeFn()
308 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue(); in isAllocLikeFn()
315 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast).hasValue(); in isReallocLikeFn()
328 return getAllocationData(V, OpNewLike, TLI, LookThroughBitCast).hasValue(); in isOpNewLikeFn()
335 return getAllocationData(V, StrDupLike, TLI, LookThroughBitCast).hasValue(); in isStrdupLikeFn()