Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
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()
Dlower_jumps.cpp300 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
308 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
482 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
490 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
522 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
770 if(!next->is_tail_sentinel()) { in visit()
802 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
824 if(!ir->get_next()->is_tail_sentinel()) { in visit()
Dopt_conditional_discard.cpp68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
Dopt_flatten_nested_if_blocks.cpp94 if (!inner || !inner->next->is_tail_sentinel() || in visit_leave()
Ds_expression.cpp170 if (!expr->next->is_tail_sentinel()) in print()
Dlink_functions.cpp198 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dlist.h108 bool is_tail_sentinel() const;
252 inline bool exec_node::is_tail_sentinel() const in is_tail_sentinel() function
Dast_function.cpp232 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()
233 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()
Dlower_tess_level.cpp389 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dopt_function_inlining.cpp97 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
Dloop_unroll.cpp356 while (!ir_if->get_next()->is_tail_sentinel()) { in splice_post_if_instructions()
Dir_validate.cpp1138 if (formal_param_node->is_tail_sentinel() in visit_enter()
1139 != actual_param_node->is_tail_sentinel()) { in visit_enter()
1143 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
Dlower_distance.cpp536 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
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()
Dglsl_parser_extras.cpp974 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
988 for (unsigned i = 0; !expr_node->is_tail_sentinel() && i < type->length; in _mesa_ast_set_aggregate_type()
1000 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
Dglsl_to_nir.cpp1277 if (!param->is_tail_sentinel()) { in visit()
1283 if (!param->is_tail_sentinel()) { in visit()
1382 if (!param->is_tail_sentinel()) { in visit()
1390 if (!param->is_tail_sentinel()) { in visit()
Dir.cpp934 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
1002 assert(value->next->is_tail_sentinel()); in ir_constant()
1032 assert(!value->is_tail_sentinel()); in ir_constant()
Dloop_analysis.cpp229 !node->is_tail_sentinel(); in incremented_before_terminator()
Dast_type.cpp937 !node->is_tail_sentinel(); node = node->next) { in process_qualifier_constant()
/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h437 !__scan_inst->is_tail_sentinel(); \
Dbrw_shader.cpp1227 if (!this->is_tail_sentinel()) in insert_before()
Dbrw_schedule_instructions.cpp1118 while (!next->is_tail_sentinel()) { in add_barrier_deps()
Dbrw_fs_generator.cpp581 !inst->get_next()->is_tail_sentinel() && in generate_mov_indirect()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3718 if (!param->is_tail_sentinel()) { in visit_ssbo_intrinsic()
3986 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3992 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3998 assert(param->is_tail_sentinel()); in visit_image_intrinsic()
5635 while (!inst2->is_tail_sentinel()) { in merge_two_dsts()
5646 if (inst2->is_tail_sentinel()) { in merge_two_dsts()