Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_function.cpp51 ; !node_a->is_tail_sentinel() in parameter_lists_match()
57 if (node_b->is_tail_sentinel()) in parameter_lists_match()
108 if (!node_b->is_tail_sentinel()) in parameter_lists_match()
187 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()
202 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
Dlower_jumps.cpp291 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
299 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
762 if(!next->is_tail_sentinel()) { in visit()
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
816 if(!ir->get_next()->is_tail_sentinel()) { in visit()
Dast_function.cpp112 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()
113 assert(!actual_ast_node->is_tail_sentinel()); in verify_parameter_modes()
701 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()
1005 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()
1185 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()
1274 if (node->is_tail_sentinel()) { in hir()
1299 if (!node->is_tail_sentinel()) { in hir()
Dir.cpp641 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
672 assert(value->next->is_tail_sentinel()); in ir_constant()
701 assert(!value->is_tail_sentinel()); in ir_constant()
868 if (node->is_tail_sentinel()) in get_record_field()
983 while (!a_node->is_tail_sentinel()) { in has_value()
984 assert(!b_node->is_tail_sentinel()); in has_value()
Dir_validate.cpp592 if (formal_param_node->is_tail_sentinel() in visit_enter()
593 != actual_param_node->is_tail_sentinel()) { in visit_enter()
597 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
Dloop_unroll.cpp178 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
Ds_expression.cpp168 if (!expr->next->is_tail_sentinel()) in print()
Dlower_clip_distance.cpp281 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dir_reader.cpp697 if (num_operands == 1 && !s_arg1->next->is_tail_sentinel()) { in read_expression()
711 if (s_arg2->is_tail_sentinel() || !s_arg2->next->is_tail_sentinel()) { in read_expression()
Dopt_function_inlining.cpp92 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
Dlist.h185 bool is_tail_sentinel() const in is_tail_sentinel() function
Dir_clone.cpp361 ; !node->is_tail_sentinel() in clone()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp152 assert(!inst->is_tail_sentinel()); in add_inst()
229 while (!next->is_tail_sentinel()) { in add_barrier_deps()
508 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
510 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
Dbrw_fs.cpp1290 !scan_inst->is_tail_sentinel(); in propagate_constants()
1600 !scan_inst->is_tail_sentinel(); in register_coalesce()
1642 !scan_inst->is_tail_sentinel(); in register_coalesce()