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.h253 unsigned getCallerAllocaCost(const CallBase *CB,
H A DAMDGPUTargetTransformInfo.cpp1402 unsigned GCNTTIImpl::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp242 unsigned TargetTransformInfo::getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function in TargetTransformInfo
244 return TTIImpl->getCallerAllocaCost(CB, AI); in getCallerAllocaCost()
H A DInlineCost.cpp836 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()
1378 auto SROAArgCost = TTI.getCallerAllocaCost(&CandidateCall, Arg); in onInitializeSROAArg()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h376 LLVM_ABI unsigned getCallerAllocaCost(const CallBase *CB,
H A DTargetTransformInfoImpl.h105 virtual unsigned getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h679 unsigned getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function