Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_copy_propagation.c49 if (inst->dst.file != QFILE_TEMP) in is_copy_mov()
52 if (inst->src[0].file != QFILE_TEMP && in is_copy_mov()
71 if (inst->src[i].file != QFILE_TEMP) in try_copy_prop()
88 if (mov->src[0].file == QFILE_TEMP && in try_copy_prop()
97 (mov->src[0].file != QFILE_TEMP || in try_copy_prop()
159 if (inst->dst.file != QFILE_TEMP) in apply_kills()
165 (movs[i]->src[0].file == QFILE_TEMP && in apply_kills()
Dvc4_opt_vpm.c50 if (inst->src[i].file == QFILE_TEMP) { in qir_opt_vpm()
73 if (inst->src[j].file != QFILE_TEMP || in qir_opt_vpm()
98 if (inst->src[k].file == QFILE_TEMP) in qir_opt_vpm()
Dvc4_opt_dead_code.c92 if (inst->src[i].file == QFILE_TEMP) in qir_opt_dead_code()
100 !(inst->dst.file == QFILE_TEMP && in qir_opt_dead_code()
118 if (inst->dst.file == QFILE_TEMP) { in qir_opt_dead_code()
Dvc4_qir_schedule.c192 case QFILE_TEMP: in calculate_deps()
258 case QFILE_TEMP: in calculate_deps()
432 if (inst->dst.file == QFILE_TEMP && in get_register_pressure_cost()
437 if (inst->src[i].file == QFILE_TEMP && in get_register_pressure_cost()
678 if (inst->src[i].file == QFILE_TEMP) in schedule_instructions()
681 if (inst->dst.file == QFILE_TEMP) { in schedule_instructions()
711 if (inst->dst.file == QFILE_TEMP) in qir_schedule_instructions_block()
Dvc4_qir.c350 [QFILE_TEMP] = "t", in qir_print_reg()
525 reg.file = QFILE_TEMP; in qir_get_temp()
569 if (inst->dst.file == QFILE_TEMP) in qir_emit_def()
580 if (inst->dst.file == QFILE_TEMP) in qir_emit_nondef()
664 if (qinst->dst.file == QFILE_TEMP) in qir_remove_instruction()
676 while (reg.file == QFILE_TEMP && in qir_follow_movs()
760 if (src.file != QFILE_TEMP || in qir_SF()
Dvc4_opt_coalesce_ff_writes.c47 if (inst->src[i].file == QFILE_TEMP) { in qir_opt_coalesce_ff_writes()
57 if (mov_inst->src[0].file != QFILE_TEMP) in qir_opt_coalesce_ff_writes()
Dvc4_qir_validate.c58 case QFILE_TEMP: in qir_validate()
112 case QFILE_TEMP: in qir_validate()
Dvc4_opt_peephole_sf.c64 case QFILE_TEMP: in inst_srcs_updated()
66 if (inst->src[i].file == QFILE_TEMP && in inst_srcs_updated()
Dvc4_register_allocate.c263 if (inst->dst.file == QFILE_TEMP) in vc4_register_allocate()
279 assert(inst->src[0].file == QFILE_TEMP); in vc4_register_allocate()
310 if (inst->src[i].file == QFILE_TEMP && in vc4_register_allocate()
Dvc4_opt_algebraic.c197 if (inst->src[1].file == QFILE_TEMP && in qir_opt_algebraic()
212 if (inst->src[0].file == QFILE_TEMP && in qir_opt_algebraic()
Dvc4_qir_live_variables.c52 if (reg.file == QFILE_TEMP) in qir_reg_to_var()
223 if (inst->dst.file == QFILE_TEMP) in qir_setup_def_use()
Dvc4_qpu_emit.c301 case QFILE_TEMP: in vc4_generate_code_block()
366 case QFILE_TEMP: in vc4_generate_code_block()
Dvc4_qir.h49 QFILE_TEMP, enumerator
Dvc4_program.c187 (result.file == QFILE_TEMP && in ntq_store_dest()
888 src.file == QFILE_TEMP && in ntq_emit_pack_unorm_4x8()
1046 if (src.pack || src.file != QFILE_TEMP) in ntq_fddx()
1064 if (src.pack || src.file != QFILE_TEMP) in ntq_fddy()