Home
last modified time | relevance | path

Searched defs:getCallerAllocaCost (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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 DTargetTransformInfoImpl.h78 unsigned getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) const { in getCallerAllocaCost() function
H A DTargetTransformInfo.h2233 unsigned getCallerAllocaCost(const CallBase *CB, in getCallerAllocaCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h582 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