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

  /external/mesa3d/src/glsl/
ir_function.cpp 96 ; !node_a->is_tail_sentinel()
102 if (node_b->is_tail_sentinel())
156 if (!node_b->is_tail_sentinel())
197 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel()
212 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel());
ir_if_return.cpp 80 while (!ir->get_next()->is_tail_sentinel())
134 if (!ir->get_next()->is_tail_sentinel()) {
135 while (!ir->get_next()->is_tail_sentinel()) {
lower_jumps.cpp 205 while (!ir->get_next()->is_tail_sentinel()) {
213 while (!ir->get_next()->is_tail_sentinel()) {
267 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
275 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
298 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
451 if(!next->is_tail_sentinel()) {
463 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();)
482 if(!ir->get_next()->is_tail_sentinel()) {
opt_discard_simplification.cpp 117 discard->next->is_tail_sentinel());
s_expression.cpp 136 if (!expr->next->is_tail_sentinel())
loop_unroll.cpp 139 while (!ir_if->get_next()->is_tail_sentinel()) {
ir.cpp 553 if (value->type->is_scalar() && value->next->is_tail_sentinel()) {
584 assert(value->next->is_tail_sentinel());
613 assert(!value->is_tail_sentinel());
765 if (node->is_tail_sentinel())
791 while (!a_node->is_tail_sentinel()) {
792 assert(!b_node->is_tail_sentinel());
    [all...]
ast_function.cpp 472 return (p->type->is_scalar() && p->next->is_tail_sentinel());
776 assert(first_param->next->is_tail_sentinel());
956 assert(!node->is_tail_sentinel());
    [all...]
list.h 189 bool is_tail_sentinel() const function in struct:exec_node
opt_function_inlining.cpp 104 assert(ret->next->is_tail_sentinel());
ir_clone.cpp 335 ; !node->is_tail_sentinel()

Completed in 2977 milliseconds