Searched refs:getCallerAllocaCost (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 245 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const;
|
H A D | AMDGPUTargetTransformInfo.cpp | 1288 unsigned GCNTTIImpl::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in GCNTTIImpl
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 363 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const; 1829 virtual unsigned getCallerAllocaCost(const CallBase *CB, 2233 unsigned getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function 2235 return Impl.getCallerAllocaCost(CB, AI); in getCallerAllocaCost()
|
H A D | TargetTransformInfoImpl.h | 78 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 236 unsigned TargetTransformInfo::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in TargetTransformInfo 238 return TTIImpl->getCallerAllocaCost(CB, AI); in getCallerAllocaCost()
|
H A D | InlineCost.cpp | 738 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg() 1274 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 582 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function
|