HomeSort by relevance Sort by last modified time
    Searched refs:ra_constraint (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.h 124 class ra_constraint { class in namespace:r600_sb
126 ra_constraint(constraint_kind kind) : kind(kind), cost(0) {} function in class:r600_sb::ra_constraint
136 typedef std::vector<ra_constraint*> constraint_vec;
183 typedef queue<ra_constraint*, cost_compare<ra_constraint*> > constraint_queue;
214 ra_constraint* create_constraint(constraint_kind kind);
226 static void dump_constraint(ra_constraint* c);
236 int color_reg_constraint(ra_constraint *c);
237 void color_phi_constraint(ra_constraint *c);
sb_ra_coalesce.cpp 160 ra_constraint* coalescer::create_constraint(constraint_kind kind) {
161 ra_constraint *c = new ra_constraint(kind);
196 ra_constraint* c = *I;
216 void coalescer::dump_constraint(ra_constraint* c) {
217 sblog << " ra_constraint: ";
254 ra_constraint *c = *I;
439 void coalescer::color_phi_constraint(ra_constraint* c) {
464 int coalescer::color_reg_constraint(ra_constraint *c) {
608 ra_constraint *c = *I
    [all...]
sb_ra_init.cpp 381 void ra_init::color_bs_constraint(ra_constraint* c) {
581 ra_constraint *cc = sh.coal.create_constraint(CK_PHI);
682 ra_constraint *c = sh.coal.create_constraint(CK_PACKED_BS);
739 ra_constraint *c;
sb_valtable.cpp 296 void ra_constraint::update_values() {
530 bool ra_constraint::check() {
sb_ir.h 468 class ra_constraint;
504 ra_constraint *constraint;
sb_pass.h 552 void color_bs_constraint(ra_constraint *c);

Completed in 540 milliseconds