Searched refs:ir_type (Results 1 – 17 of 17) sorted by relevance
157 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 …]
73 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()
90 enum ir_node_type ir_type; variable138 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 …]
70 switch (op->ir_type) { in is_extended_swizzle()198 if (expr->operands[i]->ir_type == ir_type_constant) in handle_rvalue()
96 switch (ir->ir_type) { in check_control_flow()118 if (ir->ir_type == ir_type_assignment) { in move_block_to_cond_assign()
183 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()
448 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()
66 if (*rvalue == NULL || (*rvalue)->ir_type == ir_type_constant) in handle_rvalue()
49 return ir != NULL && ir->ir_type == ir_type_loop_jump in is_break()
52 switch (ir->ir_type) { in find_initial_value()
97 switch (deref->ir_type) { in handle_rvalue()
229 if ((*deref)->ir_type != ir_type_dereference_record) in split_deref()
510 if (inst->ir_type != ir_type_loop_jump) in is_loop_terminator()
65 if (ir->ir_type != ir_type_function) in _mesa_print_ir()
127 actual->ir_type != ir_type_constant) { in verify_parameter_modes()
1190 switch(inst->ir_type) { in constant_expression_evaluate_expression_list()
991 switch (op->ir_type) { in emit_swz()