Lines Matching refs:physReg
66 if (phi->operands[i].physReg() == phi->definitions[0].physReg())
124 PhysReg scratch_sgpr = (*it)->definitions[0].physReg();
153 if (ignore_exec_writes && instr->definitions[i].physReg() == exec)
155 if (instr->definitions[i].physReg() != instr->operands[i].physReg())
161 if (ignore_exec_writes && instr->definitions[0].physReg() == exec)
293 if (def.physReg() == exec || def.physReg() == exec_hi)
313 copy_to_exec |= successor_phi_info.def.physReg() == exec;
314 copy_from_exec |= successor_phi_info.op.physReg() == exec;