Lines Matching refs:TargetLibraryInfo

181                              const TargetLibraryInfo *TLI) {  in getAllocationDataForFunction()
223 const TargetLibraryInfo *TLI) { in getAllocationData()
233 function_ref<const TargetLibraryInfo &(Function &)> GetTLI) { in getAllocationData()
243 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize()
299 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocationFn()
305 function_ref<const TargetLibraryInfo &(Function &)> GetTLI) { in isAllocationFn()
312 bool llvm::isNewLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isNewLikeFn()
318 bool llvm::isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isMallocOrCallocLikeFn()
325 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocLikeFn()
342 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc()
354 const TargetLibraryInfo *TLI) { in getAllocAlignment()
379 llvm::getAllocSize(const CallBase *CB, const TargetLibraryInfo *TLI, in getAllocSize()
441 const TargetLibraryInfo *TLI, in getInitialValueOfAllocation()
512 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily()
558 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand()
593 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) { in getObjectSize()
605 const TargetLibraryInfo *TLI, in lowerObjectSizeCall()
613 const TargetLibraryInfo *TLI, AAResults *AA, bool MustSucceed, in lowerObjectSizeCall()
693 const TargetLibraryInfo *TLI, in ObjectSizeOffsetVisitor()
1045 const DataLayout &DL, const TargetLibraryInfo *TLI, LLVMContext &Context, in ObjectSizeOffsetEvaluator()