Home
last modified time | relevance | path

Searched refs:ir_type (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/glsl/
Dir.cpp157 this->ir_type = ir_type_assignment; in ir_assignment()
177 this->ir_type = ir_type_assignment; in ir_assignment()
203 this->ir_type = ir_type_expression; in ir_expression()
217 this->ir_type = ir_type_expression; in ir_expression()
230 this->ir_type = ir_type_expression; in ir_expression()
241 this->ir_type = ir_type_expression; in ir_expression()
325 this->ir_type = ir_type_expression; in ir_expression()
528 this->ir_type = ir_type_constant; in ir_constant()
537 this->ir_type = ir_type_constant; in ir_constant()
544 this->ir_type = ir_type_constant; in ir_constant()
[all …]
Dopt_redundant_jumps.cpp73 if ((last_then->ir_type != ir_type_loop_jump) in visit_leave()
74 || (last_else->ir_type != ir_type_loop_jump)) in visit_leave()
107 if (last && (last->ir_type == ir_type_loop_jump) in visit_leave()
Dir.h90 enum ir_node_type ir_type; variable
138 ir_type = ir_type_unset; in ir_instruction()
720 ir_type = ir_type_if; in ir_if()
1134 ir_type = ir_type_call; in ir_call()
1207 ir_type = ir_type_unset; in ir_jump()
1216 this->ir_type = ir_type_return; in ir_return()
1222 this->ir_type = ir_type_return; in ir_return()
1265 this->ir_type = ir_type_loop_jump; in ir_loop_jump()
1299 this->ir_type = ir_type_discard; in ir_discard()
1305 this->ir_type = ir_type_discard; in ir_discard()
[all …]
Dlower_vector.cpp70 switch (op->ir_type) { in is_extended_swizzle()
198 if (expr->operands[i]->ir_type == ir_type_constant) in handle_rvalue()
Dlower_if_to_cond_assign.cpp96 switch (ir->ir_type) { in check_control_flow()
118 if (ir->ir_type == ir_type_assignment) { in move_block_to_cond_assign()
Dir_validate.cpp183 if (sig->ir_type != ir_type_function_signature) { in visit_enter()
573 if (callee->ir_type != ir_type_function_signature) { in visit_enter()
648 if (ir->ir_type <= ir_type_unset || ir->ir_type >= ir_type_max) { in check_node_type()
Dlower_jumps.cpp448 else if(ir->ir_type == ir_type_loop_jump) { in get_jump_strength()
453 } else if(ir->ir_type == ir_type_return) in get_jump_strength()
978 assert (jump->ir_type == ir_type_return); in visit()
Dopt_constant_folding.cpp66 if (*rvalue == NULL || (*rvalue)->ir_type == ir_type_constant) in handle_rvalue()
Dloop_unroll.cpp49 return ir != NULL && ir->ir_type == ir_type_loop_jump in is_break()
Dloop_controls.cpp52 switch (ir->ir_type) { in find_initial_value()
Dlower_ubo_reference.cpp97 switch (deref->ir_type) { in handle_rvalue()
Dopt_structure_splitting.cpp229 if ((*deref)->ir_type != ir_type_dereference_record) in split_deref()
Dloop_analysis.cpp510 if (inst->ir_type != ir_type_loop_jump) in is_loop_terminator()
Dir_print_visitor.cpp65 if (ir->ir_type != ir_type_function) in _mesa_print_ir()
Dast_function.cpp127 actual->ir_type != ir_type_constant) { in verify_parameter_modes()
Dir_constant_expression.cpp1190 switch(inst->ir_type) { in constant_expression_evaluate_expression_list()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp991 switch (op->ir_type) { in emit_swz()