Searched refs:getAllocationDataForFunction (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 135 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() function 179 return getAllocationDataForFunction(Callee, AllocTy, TLI); in getAllocationData() 191 return getAllocationDataForFunction( in getAllocationData() 208 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize() 300 return getAllocationDataForFunction(F, ReallocLike, TLI).hasValue(); in isReallocLikeFn()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 165 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() function 212 return getAllocationDataForFunction(Callee, AllocTy, TLI); in getAllocationData() 222 return getAllocationDataForFunction( in getAllocationData() 239 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize() 509 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily()
|