Home
last modified time | relevance | path

Searched refs:getCallerAllocaCost (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h245 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const;
H A DAMDGPUTargetTransformInfo.cpp1288 unsigned GCNTTIImpl::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h363 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 DTargetTransformInfoImpl.h78 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp236 unsigned TargetTransformInfo::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in TargetTransformInfo
238 return TTIImpl->getCallerAllocaCost(CB, AI); in getCallerAllocaCost()
H A DInlineCost.cpp738 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 DBasicTTIImpl.h582 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function