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.cpp313 unsigned VectorizationBudget = in run() local
335 if (AllocaCost <= VectorizationBudget) { in run()
340 assert((VectorizationBudget - AllocaCost) < VectorizationBudget && in run()
342 VectorizationBudget -= AllocaCost; in run()
344 << VectorizationBudget << "\n"); in run()
349 << AllocaCost << ", budget:" << VectorizationBudget in run()