/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_copy_propagation.c | 49 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()
|
D | vc4_opt_vpm.c | 50 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()
|
D | vc4_opt_dead_code.c | 92 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()
|
D | vc4_qir_schedule.c | 171 case QFILE_TEMP: in calculate_deps() 237 case QFILE_TEMP: in calculate_deps() 411 if (inst->dst.file == QFILE_TEMP && in get_register_pressure_cost() 416 if (inst->src[i].file != QFILE_TEMP || in get_register_pressure_cost() 662 if (inst->src[i].file == QFILE_TEMP) in schedule_instructions() 665 if (inst->dst.file == QFILE_TEMP) { in schedule_instructions() 698 if (inst->dst.file == QFILE_TEMP) in qir_schedule_instructions_block()
|
D | vc4_qir.c | 395 [QFILE_TEMP] = "t", in qir_print_reg() 571 reg.file = QFILE_TEMP; in qir_get_temp() 615 if (inst->dst.file == QFILE_TEMP) in qir_emit_def() 626 if (inst->dst.file == QFILE_TEMP) in qir_emit_nondef() 711 if (qinst->dst.file == QFILE_TEMP) in qir_remove_instruction() 723 while (reg.file == QFILE_TEMP && in qir_follow_movs() 807 if (src.file != QFILE_TEMP || in qir_SF()
|
D | vc4_opt_coalesce_ff_writes.c | 47 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()
|
D | vc4_opt_peephole_sf.c | 64 case QFILE_TEMP: in inst_srcs_updated() 66 if (inst->src[i].file == QFILE_TEMP && in inst_srcs_updated()
|
D | vc4_qir_validate.c | 58 case QFILE_TEMP: in qir_validate() 112 case QFILE_TEMP: in qir_validate()
|
D | vc4_opt_algebraic.c | 197 if (inst->src[1].file == QFILE_TEMP && in qir_opt_algebraic() 212 if (inst->src[0].file == QFILE_TEMP && in qir_opt_algebraic()
|
D | vc4_register_allocate.c | 322 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()
|
D | vc4_qir_live_variables.c | 40 if (reg.file == QFILE_TEMP) in qir_reg_to_var() 209 if (inst->dst.file == QFILE_TEMP) in qir_setup_def_use()
|
D | vc4_qpu_emit.c | 305 case QFILE_TEMP: in vc4_generate_code_block() 370 case QFILE_TEMP: in vc4_generate_code_block()
|
D | vc4_qir.h | 49 QFILE_TEMP, enumerator
|
D | vc4_program.c | 193 (result.file == QFILE_TEMP && in ntq_store_dest() 892 src.file == QFILE_TEMP && in ntq_emit_pack_unorm_4x8() 1050 if (src.pack || src.file != QFILE_TEMP) in ntq_fddx() 1068 if (src.pack || src.file != QFILE_TEMP) in ntq_fddy()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_opt_copy_propagate.c | 49 if (inst->dst.file != QFILE_TEMP) in is_copy_mov() 52 if (inst->src[0].file != QFILE_TEMP) in is_copy_mov() 125 if (inst->src[i].file != QFILE_TEMP) in try_copy_prop() 142 if (mov->src[0].file == QFILE_TEMP && in try_copy_prop() 212 if (inst->dst.file != QFILE_TEMP) in apply_kills() 218 (movs[i]->src[0].file == QFILE_TEMP && in apply_kills()
|
D | vir_register_allocate.c | 97 if (inst->src[i].file != QFILE_TEMP) in v3d_choose_spill_node() 114 if (inst->dst.file == QFILE_TEMP) { in v3d_choose_spill_node() 134 assert(inst->dst.file == QFILE_TEMP); in v3d_choose_spill_node() 283 if (inst->src[i].file != QFILE_TEMP || in v3d_spill_reg() 314 if (inst->dst.file == QFILE_TEMP && in v3d_spill_reg() 604 assert(inst->dst.file == QFILE_TEMP); in v3d_register_allocate() 617 assert(inst->dst.file == QFILE_TEMP); in v3d_register_allocate() 637 assert(inst->dst.file == QFILE_TEMP); in v3d_register_allocate() 646 if (inst->dst.file == QFILE_TEMP) { in v3d_register_allocate()
|
D | vir_opt_dead_code.c | 107 if (inst->src[i].file == QFILE_TEMP) in vir_opt_dead_code() 123 !(inst->dst.file == QFILE_TEMP && in vir_opt_dead_code() 155 if (inst->dst.file == QFILE_TEMP && in vir_opt_dead_code()
|
D | vir_opt_redundant_flags.c | 55 if (write->dst.file == QFILE_TEMP && in vir_sources_modified() 56 srcs->src[i].file == QFILE_TEMP && in vir_sources_modified() 62 if (srcs->src[i].file != QFILE_TEMP && in vir_sources_modified()
|
D | vir_opt_small_immediates.c | 58 if (inst->src[i].file != QFILE_TEMP) in vir_opt_small_immediates()
|
D | vir_to_qpu.c | 225 case QFILE_TEMP: in v3d_generate_code_block() 260 case QFILE_TEMP: in v3d_generate_code_block()
|
D | vir.c | 310 reg.file = QFILE_TEMP; in vir_get_temp() 417 if (inst->dst.file == QFILE_TEMP) in vir_emit_def() 428 if (inst->dst.file == QFILE_TEMP) in vir_emit_nondef() 1284 if (qinst->dst.file == QFILE_TEMP) in vir_remove_instruction()
|
D | vir_live_variables.c | 39 if (reg.file == QFILE_TEMP) in vir_reg_to_var()
|
D | vir_dump.c | 190 case QFILE_TEMP: in vir_print_reg()
|
D | v3d_compiler.h | 71 QFILE_TEMP, enumerator
|
D | nir_to_vir.c | 479 assert((result.file == QFILE_TEMP && in ntq_store_dest()
|