Home
last modified time | relevance | path

Searched refs:rc_remove_instruction (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c236 rc_remove_instruction(inst); in transform_ABS()
256 rc_remove_instruction(inst); in transform_CEIL()
272 rc_remove_instruction(inst); in transform_CLAMP()
287 rc_remove_instruction(inst); in transform_DP2()
298 rc_remove_instruction(inst); in transform_DPH()
311 rc_remove_instruction(inst); in transform_DST()
321 rc_remove_instruction(inst); in transform_FLR()
339 rc_remove_instruction(inst); in transform_TRUNC()
422 rc_remove_instruction(inst); in transform_LIT()
437 rc_remove_instruction(inst); in transform_LRP()
[all …]
Dradeon_emulate_loops.c75 rc_remove_instruction(loop->BeginLoop); in unroll_loop()
76 rc_remove_instruction(loop->EndLoop); in unroll_loop()
309 rc_remove_instruction(loop->Cond); in try_unroll_loop()
310 rc_remove_instruction(loop->If); in try_unroll_loop()
311 rc_remove_instruction(loop->Brk); in try_unroll_loop()
312 rc_remove_instruction(loop->EndIf); in try_unroll_loop()
466 rc_remove_instruction(loop->Brk); in transform_loop()
467 rc_remove_instruction(loop->EndIf); in transform_loop()
Dradeon_emulate_branches.c229 rc_remove_instruction(branch->If); in handle_endif()
231 rc_remove_instruction(branch->Else); in handle_endif()
232 rc_remove_instruction(inst); in handle_endif()
Dradeon_program.h206 void rc_remove_instruction(struct rc_instruction * inst);
Dradeon_optimize.c169 rc_remove_instruction(inst_mov); in copy_propagate()
593 rc_remove_instruction(inst_add); in peephole_add_presub_add()
658 rc_remove_instruction(inst_add); in peephole_add_presub_inv()
830 rc_remove_instruction(inst_mul); in peephole_mul_omod()
Dradeon_program.c202 void rc_remove_instruction(struct rc_instruction * inst) in rc_remove_instruction() function
Dradeon_vert_fc.c256 rc_remove_instruction(to_delete); in rc_vert_fc()
Dradeon_dataflow_deadcode.c337 rc_remove_instruction(todelete); in rc_dataflow_deadcode()