Lines Matching defs:state
94 enum can_lower_state state;
194 find_lowerable_rvalues_visitor *state =
201 entry.state = state->in_assignee ? CANT_LOWER : UNKNOWN;
203 state->stack.push_back(entry);
222 /* Combine this state into the parent state, unless the parent operation
229 switch (entry.state) {
231 parent.state = CANT_LOWER;
234 if (parent.state == UNKNOWN)
235 parent.state = SHOULD_LOWER;
243 if (entry.state == SHOULD_LOWER) {
270 } else if (entry.state == CANT_LOWER) {
281 find_lowerable_rvalues_visitor *state =
284 state->pop_stack_entry();
334 stack.back().state = CANT_LOWER;
346 if (stack.back().state == UNKNOWN)
347 stack.back().state = handle_precision(ir->type, ir->precision());
359 if (stack.back().state == UNKNOWN)
360 stack.back().state = handle_precision(ir->type, ir->precision());
370 if (stack.back().state == UNKNOWN)
371 stack.back().state = handle_precision(ir->type, ir->precision());
384 stack.back().state = handle_precision(ir->type,
395 stack.back().state = CANT_LOWER;
405 stack.back().state = CANT_LOWER;