Home
last modified time | relevance | path

Searched refs:is_tail_sentinel (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/glsl/
Dir_function.cpp96 ; !node_a->is_tail_sentinel() in parameter_lists_match()
102 if (node_b->is_tail_sentinel()) in parameter_lists_match()
156 if (!node_b->is_tail_sentinel()) in parameter_lists_match()
197 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()
212 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
Dlower_jumps.cpp205 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
213 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
267 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
275 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
298 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
451 if(!next->is_tail_sentinel()) { in visit()
463 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
482 if(!ir->get_next()->is_tail_sentinel()) { in visit()
Dir_if_return.cpp80 while (!ir->get_next()->is_tail_sentinel()) in truncate_after_instruction()
134 if (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
135 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
Dopt_discard_simplification.cpp117 discard->next->is_tail_sentinel()); in is_only_instruction()
Dir.cpp553 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
584 assert(value->next->is_tail_sentinel()); in ir_constant()
613 assert(!value->is_tail_sentinel()); in ir_constant()
765 if (node->is_tail_sentinel()) in get_record_field()
791 while (!a_node->is_tail_sentinel()) { in has_value()
792 assert(!b_node->is_tail_sentinel()); in has_value()
Ds_expression.cpp136 if (!expr->next->is_tail_sentinel()) in print()
Dast_function.cpp472 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()
776 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()
956 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()
1208 if (node->is_tail_sentinel()) { in hir()
1233 if (!node->is_tail_sentinel()) { in hir()
Dloop_unroll.cpp139 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
Dlist.h189 bool is_tail_sentinel() const in is_tail_sentinel() function
Dopt_function_inlining.cpp104 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
Dir_clone.cpp335 ; !node->is_tail_sentinel() in clone()