| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_def_use.cpp | 68 if (r->loop_phi) 69 process_phi(r->loop_phi, true, false); 83 if (r->loop_phi && !defs) 84 process_phi(r->loop_phi, false, true);
|
| H A D | sb_liveness.cpp | 123 if (n.loop_phi) { 131 if (n.loop_phi) { 132 process_phi_outs(n.loop_phi); 139 process_phi_outs(n.loop_phi); 140 process_phi_branch(n.loop_phi, 0); 154 process_phi_branch(n.target->loop_phi, n.rep_id);
|
| H A D | sb_dce_cleanup.cpp | 113 if (n.loop_phi) 114 run_on(*n.loop_phi);
|
| H A D | sb_ra_checker.cpp | 225 if (r->loop_phi) { 226 check_phi_src(r->loop_phi, 0); 227 process_phi_dst(r->loop_phi); 263 assert (r->target->loop_phi);
|
| H A D | sb_ssa_builder.cpp | 98 n.loop_phi = create_phi_nodes(n.rep_count()); 99 n.loop_phi->subtype = NST_LOOP_PHI_CONTAINER; 242 if (n.loop_phi) 243 rename_phi_args(n.loop_phi, 0, true); 253 push(n.target->loop_phi); 255 if (n.target->loop_phi) 256 rename_phi_args(n.target->loop_phi, n.rep_id, false);
|
| H A D | sb_gvn.cpp | 121 // FIXME: loop_phi sources are undefined yet (except theone from the preceding 123 // if (n.loop_phi) 124 // run_on(*n.loop_phi); 126 if (n.loop_phi) 127 run_on(*n.loop_phi);
|
| H A D | sb_ra_init.cpp | 606 if (r->target->loop_phi) 607 split_phi_src(r, r->target->loop_phi, r->rep_id, true); 613 if (r->loop_phi) { 614 split_phi_dst(r->get_entry_code_location(), r->loop_phi, 616 split_phi_src(r, r->loop_phi, 0, true); 635 if (r->loop_phi) 636 init_phi_constraints(r->loop_phi);
|
| H A D | sb_gcm.cpp | 136 if (r && r->loop_phi) { 137 sched_early(r->loop_phi); 253 assert(r->target->loop_phi); 256 bu_release_phi_defs(r->target->loop_phi, r->rep_id); 276 if (r->loop_phi) 277 bu_release_phi_defs(r->loop_phi, 0);
|
| H A D | sb_dump.cpp | 218 if (n.loop_phi) 219 run_on(*n.loop_phi);
|
| H A D | sb_ir.cpp | 478 if (r->loop_phi) 479 s.loop_phi_count += r->loop_phi->count();
|
| H A D | notes.markdown | 166 <region #0 loop_phi nodes> 221 region#0 loop_phi: a.2 = phi a.1, a.6, a.3
|
| H A D | sb_ir.h | 1119 loop_phi(), phi(), vars_defined(), departs(), repeats(), src_loop() 1124 container_node *loop_phi; member in class:r600_sb::region_node
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_def_use.cpp | 68 if (r->loop_phi) 69 process_phi(r->loop_phi, true, false); 83 if (r->loop_phi && !defs) 84 process_phi(r->loop_phi, false, true);
|
| H A D | sb_liveness.cpp | 123 if (n.loop_phi) { 131 if (n.loop_phi) { 132 process_phi_outs(n.loop_phi); 139 process_phi_outs(n.loop_phi); 140 process_phi_branch(n.loop_phi, 0); 154 process_phi_branch(n.target->loop_phi, n.rep_id);
|
| H A D | sb_dce_cleanup.cpp | 113 if (n.loop_phi) 114 run_on(*n.loop_phi);
|
| H A D | sb_ra_checker.cpp | 225 if (r->loop_phi) { 226 check_phi_src(r->loop_phi, 0); 227 process_phi_dst(r->loop_phi); 263 assert (r->target->loop_phi);
|
| H A D | sb_ssa_builder.cpp | 98 n.loop_phi = create_phi_nodes(n.rep_count()); 99 n.loop_phi->subtype = NST_LOOP_PHI_CONTAINER; 242 if (n.loop_phi) 243 rename_phi_args(n.loop_phi, 0, true); 253 push(n.target->loop_phi); 255 if (n.target->loop_phi) 256 rename_phi_args(n.target->loop_phi, n.rep_id, false);
|
| H A D | sb_gvn.cpp | 121 // FIXME: loop_phi sources are undefined yet (except theone from the preceding 123 // if (n.loop_phi) 124 // run_on(*n.loop_phi); 126 if (n.loop_phi) 127 run_on(*n.loop_phi);
|
| H A D | sb_ra_init.cpp | 611 if (r->target->loop_phi) 612 split_phi_src(r, r->target->loop_phi, r->rep_id, true); 618 if (r->loop_phi) { 619 split_phi_dst(r->get_entry_code_location(), r->loop_phi, 621 split_phi_src(r, r->loop_phi, 0, true); 640 if (r->loop_phi) 641 init_phi_constraints(r->loop_phi);
|
| H A D | sb_gcm.cpp | 136 if (r && r->loop_phi) { 137 sched_early(r->loop_phi); 253 assert(r->target->loop_phi); 256 bu_release_phi_defs(r->target->loop_phi, r->rep_id); 276 if (r->loop_phi) 277 bu_release_phi_defs(r->loop_phi, 0);
|
| H A D | sb_dump.cpp | 218 if (n.loop_phi) 219 run_on(*n.loop_phi);
|
| H A D | sb_ir.cpp | 478 if (r->loop_phi) 479 s.loop_phi_count += r->loop_phi->count();
|
| H A D | notes.markdown | 166 <region #0 loop_phi nodes> 221 region#0 loop_phi: a.2 = phi a.1, a.6, a.3
|
| H A D | sb_ir.h | 1121 loop_phi(), phi(), vars_defined(), departs(), repeats(), src_loop() 1126 container_node *loop_phi; member in class:r600_sb::region_node
|