Searched refs:sgpr_null (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp737 s_mov->definitions[0] = Definition(sgpr_null, s1);
749 if (sopp.imm == 0 && sopp.definitions[0].physReg() == sgpr_null)
778 if (sopk.definitions[0].physReg() == sgpr_null && sopk.imm == 0)
787 wait->definitions[0] = Definition(sgpr_null, s1);
H A Daco_insert_waitcnt.cpp294 instr->definitions[0].physReg() == sgpr_null) {
715 waitcnt_vs->definitions[0] = Definition(sgpr_null, s1);
H A Daco_assembler.cpp243 ? sgpr_null /* On GFX10 this is disabled by specifying SGPR_NULL */
552 encoding |= sgpr_null << 16;
H A Daco_ir.h469 static constexpr PhysReg sgpr_null{125}; /* GFX10+ */ variable in namespace:aco

Completed in 10 milliseconds