Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp315 unsigned VectorizationBudget = in run() local
337 if (AllocaCost <= VectorizationBudget) { in run()
342 assert((VectorizationBudget - AllocaCost) < VectorizationBudget && in run()
344 VectorizationBudget -= AllocaCost; in run()
346 << VectorizationBudget << "\n"); in run()
351 << AllocaCost << ", budget:" << VectorizationBudget in run()