Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp717 bool reg_found = true; in get_reg_simple() local
718 for (unsigned j = 1; reg_found && i + j < 4 && j < rc.bytes(); j++) in get_reg_simple()
719 reg_found &= entry.second[i + j] == 0; in get_reg_simple()
722 reg_found &= ((int)i <= 4 - (int)rc.bytes() || reg_file[entry.first + 1] == 0); in get_reg_simple()
723 if (reg_found) { in get_reg_simple()