Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp69 float ALUFetchRationEstimate = in pickNode() local
72 if (ALUFetchRationEstimate == 0) { in pickNode()
75 unsigned NeededWF = 62.5f / ALUFetchRationEstimate; in pickNode()