Searched refs:has_sgpr (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_instruction_selection.cpp | 897 bool has_sgpr = false; local in function:aco::__anon562fcc110110::emit_vop3a_instruction 900 if (has_sgpr) 903 has_sgpr = src[i].type() == RegType::sgpr; 952 bool has_sgpr = false; local in function:aco::__anon562fcc110110::emit_idot_instruction 955 if (has_sgpr) 958 has_sgpr = src[i].type() == RegType::sgpr; |
Completed in 103 milliseconds