Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp227 CostType KernelCost = 0; in calculateFunctionCosts() local
255 KernelCost += FnCost; in calculateFunctionCosts()
258 CostType FnCost = (ModuleCost - KernelCost); in calculateFunctionCosts()
261 << " => KernelCost: " << KernelCost << " (" in calculateFunctionCosts()
262 << format("%0.2f", (float(KernelCost) / ModuleCostOr1) * 100) << "%)\n" in calculateFunctionCosts()