Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp335 const unsigned AllocaCost = DL->getTypeSizeInBits(AI->getAllocatedType()); in run() local
337 if (AllocaCost <= VectorizationBudget) { in run()
342 assert((VectorizationBudget - AllocaCost) < VectorizationBudget && in run()
344 VectorizationBudget -= AllocaCost; in run()
351 << AllocaCost << ", budget:" << VectorizationBudget in run()