HomeSort by: relevance | last modified time | path
    Searched refs:ra_constraint (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/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 386 void ra_init::color_bs_constraint(ra_constraint* c) {
590 ra_constraint *cc = sh.coal.create_constraint(CK_PHI);
691 ra_constraint *c = sh.coal.create_constraint(CK_PACKED_BS);
749 ra_constraint *c;
sb_valtable.cpp 335 void ra_constraint::update_values() {
569 bool ra_constraint::check() {
sb_ir.h 453 class ra_constraint;
489 ra_constraint *constraint;
sb_pass.h 554 void color_bs_constraint(ra_constraint *c);
  /xsrc/external/mit/MesaLib.old/dist/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) {
585 ra_constraint *cc = sh.coal.create_constraint(CK_PHI);
686 ra_constraint *c = sh.coal.create_constraint(CK_PACKED_BS);
744 ra_constraint *c;
sb_valtable.cpp 335 void ra_constraint::update_values() {
569 bool ra_constraint::check() {
sb_ir.h 453 class ra_constraint;
489 ra_constraint *constraint;
sb_pass.h 554 void color_bs_constraint(ra_constraint *c);

Completed in 41 milliseconds