Lines Matching defs:TLI

166                              const TargetLibraryInfo *TLI) {  in getAllocationDataForFunction()
208 const TargetLibraryInfo *TLI) { in getAllocationData()
228 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize()
287 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocationFn()
300 bool llvm::isNewLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isNewLikeFn()
306 bool llvm::isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isMallocOrCallocLikeFn()
313 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocLikeFn()
330 bool llvm::isRemovableAlloc(const CallBase *CB, const TargetLibraryInfo *TLI) { in isRemovableAlloc()
342 const TargetLibraryInfo *TLI) { in getAllocAlignment()
367 llvm::getAllocSize(const CallBase *CB, const TargetLibraryInfo *TLI, in getAllocSize()
429 const TargetLibraryInfo *TLI, in getInitialValueOfAllocation()
500 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily()
546 Value *llvm::getFreedOperand(const CallBase *CB, const TargetLibraryInfo *TLI) { in getFreedOperand()
579 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) { in getObjectSize()
591 const TargetLibraryInfo *TLI, in lowerObjectSizeCall()
599 const TargetLibraryInfo *TLI, AAResults *AA, in lowerObjectSizeCall()
676 const TargetLibraryInfo *TLI, in ObjectSizeOffsetVisitor()
1003 const DataLayout &DL, const TargetLibraryInfo *TLI, LLVMContext &Context, in ObjectSizeOffsetEvaluator()