Lines Matching refs:node
175 foreach_in_list_safe(ir_instruction, node, instructions) {
176 ir_variable *const var = node->as_variable();
230 * we would need to check this as we process each kind of AST node
2321 process_array_size(exec_node *node,
2328 ast_node *array_size = exec_node_data(ast_node, node, link);
2404 for (exec_node *node = array_specifier->array_dimensions.get_tail_raw();
2405 !node->is_head_sentinel(); node = node->prev) {
2406 unsigned array_size = process_array_size(node, state);
8720 foreach_in_list_safe(ir_instruction, node, instructions) {
8721 ir_variable *const var = node->as_variable();
8774 foreach_in_list (ir_instruction, node, instructions) {
8775 ir_variable *var = node->as_variable();
8827 foreach_in_list(ir_instruction, node, instructions) {
8828 ir_variable *var = node->as_variable();
8977 foreach_in_list(ir_instruction, node, instructions) {
8978 ir_variable *var = node->as_variable();
9128 foreach_in_list_safe(ir_instruction, node, instructions) {
9129 ir_variable *const var = node->as_variable();