Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h245 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const;
HDAMDGPUTargetTransformInfo.cpp1288 unsigned GCNTTIImpl::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in GCNTTIImpl
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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()
HDTargetTransformInfoImpl.h78 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp236 unsigned TargetTransformInfo::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in TargetTransformInfo
238 return TTIImpl->getCallerAllocaCost(CB, AI); in getCallerAllocaCost()
HDInlineCost.cpp738 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()
1274 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h582 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function