Home
last modified time | relevance | path

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

/external/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()
112 if (!node_b->is_tail_sentinel()) in parameter_lists_match()
232 ; !node_a->is_tail_sentinel() in is_best_inexact_overload()
375 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()
390 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
Dlower_jumps.cpp298 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
306 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
480 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
488 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
520 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
768 if(!next->is_tail_sentinel()) { in visit()
800 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
822 if(!ir->get_next()->is_tail_sentinel()) { in visit()
Dlist.h102 bool is_tail_sentinel() const;
246 inline bool exec_node::is_tail_sentinel() const in is_tail_sentinel() function
651 !(__inst)->is_tail_sentinel(); \
677 !(__inst)->is_tail_sentinel(); \
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.cpp168 if (!expr->next->is_tail_sentinel()) in print()
Dlink_functions.cpp200 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dast_function.cpp194 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()
195 assert(!actual_ast_node->is_tail_sentinel()); in verify_parameter_modes()
1300 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()
1625 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()
1802 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()
Dir_validate.cpp994 if (formal_param_node->is_tail_sentinel() in visit_enter()
995 != actual_param_node->is_tail_sentinel()) { in visit_enter()
999 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
Dopt_function_inlining.cpp97 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
Dlower_tess_level.cpp388 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dloop_unroll.cpp350 while (!ir_if->get_next()->is_tail_sentinel()) { in splice_post_if_instructions()
Dir.cpp787 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
833 assert(value->next->is_tail_sentinel()); in ir_constant()
863 assert(!value->is_tail_sentinel()); in ir_constant()
Dglsl_to_nir.cpp850 if (!param->is_tail_sentinel()) { in visit()
856 if (!param->is_tail_sentinel()) { in visit()
934 if (!param->is_tail_sentinel()) { in visit()
940 if (!param->is_tail_sentinel()) { in visit()
Dglsl_parser_extras.cpp912 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
926 for (unsigned i = 0; !expr_node->is_tail_sentinel() && i < type->length; in _mesa_ast_set_aggregate_type()
938 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
Dlower_distance.cpp535 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()
Dloop_analysis.cpp183 !node->is_tail_sentinel(); in incremented_before_terminator()
Dast_type.cpp859 !node->is_tail_sentinel(); node = node->next) { in process_qualifier_constant()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h349 !__scan_inst->is_tail_sentinel(); \
Dbrw_shader.cpp1059 if (!this->is_tail_sentinel()) in insert_before()
Dbrw_schedule_instructions.cpp950 while (!next->is_tail_sentinel()) { in add_barrier_deps()
Dbrw_fs_generator.cpp527 !inst->get_next()->is_tail_sentinel() && in generate_mov_indirect()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3466 if (!param->is_tail_sentinel()) { in visit_ssbo_intrinsic()
3729 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3735 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3741 assert(param->is_tail_sentinel()); in visit_image_intrinsic()
5278 while (!inst2->is_tail_sentinel()) { in merge_two_dsts()
5289 if (inst2->is_tail_sentinel()) { in merge_two_dsts()