Home
last modified time | relevance | path

Searched refs:QFILE_TEMP (Results 1 – 23 of 23) 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()
688 if (inst->src[i].file == QFILE_TEMP) in schedule_instructions()
691 if (inst->dst.file == QFILE_TEMP) { in schedule_instructions()
721 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()
665 if (qinst->dst.file == QFILE_TEMP) in qir_remove_instruction()
677 while (reg.file == QFILE_TEMP && in qir_follow_movs()
761 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.c322 if (inst->dst.file == QFILE_TEMP) in vc4_register_allocate()
338 assert(inst->src[0].file == QFILE_TEMP); in vc4_register_allocate()
369 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.c305 case QFILE_TEMP: in vc4_generate_code_block()
370 case QFILE_TEMP: in vc4_generate_code_block()
Dvc4_qir.h49 QFILE_TEMP, enumerator
Dvc4_program.c193 (result.file == QFILE_TEMP && in ntq_store_dest()
899 src.file == QFILE_TEMP && in ntq_emit_pack_unorm_4x8()
1057 if (src.pack || src.file != QFILE_TEMP) in ntq_fddx()
1075 if (src.pack || src.file != QFILE_TEMP) in ntq_fddy()
/external/mesa3d/src/broadcom/compiler/
Dvir_opt_copy_propagate.c49 if (inst->dst.file != QFILE_TEMP) in is_copy_mov()
52 if (inst->src[0].file != QFILE_TEMP && in is_copy_mov()
127 if (inst->src[i].file != QFILE_TEMP) in try_copy_prop()
144 if (mov->src[0].file == QFILE_TEMP && in try_copy_prop()
191 if (inst->dst.file != QFILE_TEMP) in apply_kills()
197 (movs[i]->src[0].file == QFILE_TEMP && in apply_kills()
Dvir_opt_dead_code.c96 if (inst->src[i].file == QFILE_TEMP) in vir_opt_dead_code()
104 !(inst->dst.file == QFILE_TEMP && in vir_opt_dead_code()
125 if (inst->dst.file == QFILE_TEMP) { in vir_opt_dead_code()
Dvir.c351 reg.file = QFILE_TEMP; in vir_get_temp()
432 if (inst->dst.file == QFILE_TEMP) in vir_emit_def()
443 if (inst->dst.file == QFILE_TEMP) in vir_emit_nondef()
791 if (qinst->dst.file == QFILE_TEMP) in vir_remove_instruction()
873 if (src.file != QFILE_TEMP || in vir_PF()
Dvir_register_allocate.c189 assert(inst->dst.file == QFILE_TEMP); in v3d_register_allocate()
208 assert(inst->dst.file == QFILE_TEMP); in v3d_register_allocate()
Dvir_to_qpu.c180 case QFILE_TEMP: in v3d_generate_code_block()
236 case QFILE_TEMP: in v3d_generate_code_block()
Dvir_live_variables.c51 if (reg.file == QFILE_TEMP) in vir_reg_to_var()
Dvir_dump.c31 [QFILE_TEMP] = "t", in vir_print_reg()
Dv3d_compiler.h75 QFILE_TEMP, enumerator
Dnir_to_vir.c159 (result.file == QFILE_TEMP && in ntq_store_dest()