Home
last modified time | relevance | path

Searched refs:pop_head (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dopt_add_neg_to_sub_test.cpp87 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
120 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
153 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
186 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
Dlower_int64_test.cpp154 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
164 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
173 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
179 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()
432 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
439 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp255 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()
260 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
Dir_variable_refcount.cpp51 while ((n = ivre->assign_list.pop_head()) != NULL) { in free_entry()
Dlist.h330 exec_node *pop_head();
651 inline exec_node *exec_list::pop_head() in pop_head() function
Dloop_analysis.cpp495 (loop_variable_state *) this->state.pop_head(); in visit_leave()