Searched refs:push_front (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp810 bb->push_front(n);
936 cur_bb->push_front(c);
945 cur_bb->push_front(c);
1921 ready.push_front(n);
2004 clause->push_front(g);
2027 c->push_front(clause);
H A Dsb_gcm.cpp455 bb->push_front(clause);
532 c->push_front(n);
641 bu_ready[sq].push_front(n);
H A Dsb_bc_finalize.cpp162 r->push_front(loop_start);
208 r->push_front(if_jump);
H A Dsb_bc_parser.cpp594 g->push_front(p);
990 dep->push_front(n_if);
H A Dsb_ir.cpp210 void container_node::push_front(node *n) { function in class:r600_sb::container_node
H A Dsb_ra_init.cpp574 static_cast<container_node*>(loc)->push_front(cp);
H A Dsb_ir.h937 void push_front(node *n);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp810 bb->push_front(n);
936 cur_bb->push_front(c);
945 cur_bb->push_front(c);
1921 ready.push_front(n);
2007 clause->push_front(g);
2030 c->push_front(clause);
H A Dsb_gcm.cpp455 bb->push_front(clause);
532 c->push_front(n);
641 bu_ready[sq].push_front(n);
H A Dsb_bc_parser.cpp599 g->push_front(p);
606 g->push_front(p);
1002 dep->push_front(n_if);
H A Dsb_bc_finalize.cpp162 r->push_front(loop_start);
208 r->push_front(if_jump);
H A Dsb_ir.cpp210 void container_node::push_front(node *n) { function in class:r600_sb::container_node
H A Dsb_ra_init.cpp579 static_cast<container_node*>(loc)->push_front(cp);
H A Dsb_ir.h938 void push_front(node *n);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.cpp422 nodeList.push_front(t);
H A Dnv50_ir_from_nir.cpp3174 derefs.push_front(std::make_pair(size, indirect));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.cpp417 nodeList.push_front(t);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp411 queue.push_front(pred[i] + cycle_diff);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1215 // NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
1218 inline void push_front(const T& v) { if (Size == 0) push_back(v); else insert(Data, v); } function in struct:ImVector
H A Dimgui.cpp4521 g.Windows.push_front(window); // Quite slow but rare and only once
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1215 // NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
1218 inline void push_front(const T& v) { if (Size == 0) push_back(v); else insert(Data, v); } function in struct:ImVector
H A Dimgui.cpp4521 g.Windows.push_front(window); // Quite slow but rare and only once

Completed in 127 milliseconds