Home
last modified time | relevance | path

Searched refs:is_tail_sentinel (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dir_function.cpp54 ; !node_a->is_tail_sentinel() in parameter_lists_match()
60 if (node_b->is_tail_sentinel()) in parameter_lists_match()
113 if (!node_b->is_tail_sentinel()) in parameter_lists_match()
233 ; !node_a->is_tail_sentinel() in is_best_inexact_overload()
380 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()
395 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
H A Dlower_jumps.cpp285 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
293 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
426 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
458 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
694 if(!next->is_tail_sentinel()) { in visit()
726 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
748 if(!ir->get_next()->is_tail_sentinel()) { in visit()
H A Dopt_flatten_nested_if_blocks.cpp94 if (!inner || !inner->next->is_tail_sentinel() || in visit_leave()
H A Ds_expression.cpp170 if (!expr->next->is_tail_sentinel()) in print()
H A Dlink_functions.cpp198 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
H A Dlist.h108 bool is_tail_sentinel() const;
252 inline bool exec_node::is_tail_sentinel() const in is_tail_sentinel() function in exec_node
H A Dast_function.cpp233 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()
234 assert(!actual_ast_node->is_tail_sentinel()); in verify_parameter_modes()
1416 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()
1741 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()
1918 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()
H A Dlower_tess_level.cpp389 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
H A Dopt_function_inlining.cpp97 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
H A Dir_validate.cpp1144 if (formal_param_node->is_tail_sentinel() in visit_enter()
1145 != actual_param_node->is_tail_sentinel()) { in visit_enter()
1149 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
H A Dlower_distance.cpp536 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
H A Dglsl_to_nir.cpp1320 if (!param->is_tail_sentinel()) { in visit()
1326 if (!param->is_tail_sentinel()) { in visit()
1435 if (!param->is_tail_sentinel()) { in visit()
1444 if (!param->is_tail_sentinel()) { in visit()
H A Dir_reader.cpp212 for (/* nothing */; !node->is_tail_sentinel(); node = node->next) { in read_function()
255 for (/* nothing */; !node->is_tail_sentinel(); node = node->next) { in read_function_sig()
H A Dir.cpp925 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
993 assert(value->next->is_tail_sentinel()); in ir_constant()
1023 assert(!value->is_tail_sentinel()); in ir_constant()
H A Dglsl_parser_extras.cpp982 !expr_node->is_tail_sentinel();
996 for (unsigned i = 0; !expr_node->is_tail_sentinel() && i < type->length;
1008 !expr_node->is_tail_sentinel();
H A Dast_type.cpp937 !node->is_tail_sentinel(); node = node->next) { in process_qualifier_constant()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h437 !__scan_inst->is_tail_sentinel(); \
H A Dbrw_shader.cpp1219 if (!this->is_tail_sentinel()) in insert_before()
H A Dbrw_schedule_instructions.cpp1122 while (!next->is_tail_sentinel()) { in add_barrier_deps()
H A Dbrw_fs_generator.cpp582 !inst->get_next()->is_tail_sentinel() && in generate_mov_indirect()

Completed in 28 milliseconds