Home
last modified time | relevance | path

Searched refs:RC_INSTRUCTION_NORMAL (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c55 if (var_ptr->Inst->Type == RC_INSTRUCTION_NORMAL) { in rc_variable_change_dst()
77 if (reader->Inst->Type == RC_INSTRUCTION_NORMAL) { in rc_variable_change_dst()
245 if (reader_a.Inst->Type == RC_INSTRUCTION_NORMAL in readers_intersect()
246 && reader_b.Inst->Type == RC_INSTRUCTION_NORMAL in readers_intersect()
367 if (inst->Type == RC_INSTRUCTION_NORMAL) { in rc_get_variables()
420 if (a->Inst->Type == RC_INSTRUCTION_NORMAL) { in rc_variable_readers_union()
452 if (src_type == RC_INSTRUCTION_NORMAL) { in reader_equals_src()
Dradeon_pair_schedule.c253 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL) in instruction_ready()
305 assert(sinst->Instruction->Type != RC_INSTRUCTION_NORMAL); in score_no_output()
328 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL) { in calc_score_r300()
350 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL) { in calc_score_readers()
1137 if (!writer || writer->Instruction->Type != RC_INSTRUCTION_NORMAL) { in add_tex_reader()
1262 if (inst->Type == RC_INSTRUCTION_NORMAL) { in schedule_block()
1315 if (inst->Type == RC_INSTRUCTION_NORMAL) { in is_controlflow()
Dradeon_dataflow.c192 if (inst->Type != RC_INSTRUCTION_NORMAL) { in rc_for_all_reads_src()
243 if (inst->Type == RC_INSTRUCTION_NORMAL) { in rc_for_all_reads_mask()
290 if (inst->Type == RC_INSTRUCTION_NORMAL) { in rc_for_all_writes_mask()
444 if (inst->Type == RC_INSTRUCTION_NORMAL) in rc_remap_registers()
775 if (tmp->Type == RC_INSTRUCTION_NORMAL) { in get_readers_for_single_write()
Dradeon_program.h129 RC_INSTRUCTION_NORMAL = 0, enumerator
Dradeon_pair_dead_sources.c74 if (inst->Type == RC_INSTRUCTION_NORMAL) in rc_pair_remove_dead_sources()
Dradeon_pair_regalloc.c343 if (var_ptr->Inst->Type == RC_INSTRUCTION_NORMAL) { in variable_get_class()
632 if (!s->C->is_r500 && var->Inst->Type == RC_INSTRUCTION_NORMAL) { in do_advanced_regalloc()
Dradeon_pair_translate.c364 if (inst->Type != RC_INSTRUCTION_NORMAL) in rc_pair_translate()
Dradeon_emulate_branches.c323 if (inst->Type == RC_INSTRUCTION_NORMAL) { in rc_emulate_branches()
Dradeon_emulate_loops.c494 if(ptr->Type == RC_INSTRUCTION_NORMAL && in rc_transform_loops()
Dr300_fragprog_emit.c492 if (inst->Type == RC_INSTRUCTION_NORMAL) { in r300BuildFragmentProgramHwCode()
Dradeon_compiler_util.c617 if (inst->Type == RC_INSTRUCTION_NORMAL) { in rc_get_flow_control_inst()
Dradeon_compiler.c378 if (tmp->Type == RC_INSTRUCTION_NORMAL) { in rc_get_stats()
Dr500_fragprog_emit.c640 if (inst->Type == RC_INSTRUCTION_NORMAL) { in r500BuildFragmentProgramHwCode()
Dradeon_optimize.c801 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]); in peephole_mul_omod()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c70 if (inst->Type == RC_INSTRUCTION_NORMAL && in test_runner_rc_regalloc()
Drc_test_helpers.c394 inst->Type = RC_INSTRUCTION_NORMAL; in parse_rc_normal_instruction()