Lines Matching refs:PROGRAM_TEMPORARY
264 if (inst->SrcReg[j].File == PROGRAM_TEMPORARY) { in _mesa_remove_dead_code_global()
288 if (inst->DstReg.File == PROGRAM_TEMPORARY) { in _mesa_remove_dead_code_global()
304 if (numDst != 0 && inst->DstReg.File == PROGRAM_TEMPORARY) { in _mesa_remove_dead_code_global()
390 (inst->SrcReg[j].File == PROGRAM_TEMPORARY && in find_next_use()
396 inst->DstReg.File == PROGRAM_TEMPORARY && in find_next_use()
455 mov->DstReg.File == PROGRAM_TEMPORARY && in can_upward_mov_be_modifed()
595 inst->DstReg.File != PROGRAM_TEMPORARY || in _mesa_remove_dead_code_local()
746 mov->SrcReg[0].File == PROGRAM_TEMPORARY && in _mesa_remove_extra_moves()
761 if (prevInst->DstReg.File == PROGRAM_TEMPORARY && in _mesa_remove_extra_moves()
989 if (inst->SrcReg[j].File == PROGRAM_TEMPORARY) { in _mesa_find_temp_intervals()
997 if (inst->DstReg.File == PROGRAM_TEMPORARY) { in _mesa_find_temp_intervals()
1196 replace_regs(prog, PROGRAM_TEMPORARY, registerMap); in _mesa_reallocate_registers()
1274 } else if (inst->DstReg.File == PROGRAM_TEMPORARY) { in _mesa_simplify_cmp()