Searched refs:memory_restrict (Results 1 – 12 of 12) sorted by relevance
355 new_var->data.memory_restrict = in do_structure_splitting()356 type->fields.structure[i].memory_restrict; in do_structure_splitting()
479 new_var->data.memory_restrict = entry->var->data.memory_restrict; in optimize_split_arrays()
195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; in visit() local208 memory_coherent, memory_volatile, memory_restrict, in visit()
2064 this->data.memory_restrict = false; in ir_variable()2198 a->data.memory_restrict != b->data.memory_restrict) { in qualifiers_match()
610 if (ir->data.memory_restrict) in visit()645 if (field->memory_restrict) in visit()947 if (field->memory_restrict) in deref_get_qualifier()
135 if (actual->data.memory_restrict && !formal->data.memory_restrict) { in verify_image_parameter()
861 unsigned memory_restrict:1; member
400 this->fields[this->num_fields].memory_restrict = 0; in add_field()
3551 var->data.memory_restrict |= qual->flags.q.restrict_flag; in apply_image_qualifier_to_variable()7811 fields[i].memory_restrict = qual->flags.q.restrict_flag || in ast_process_struct_or_iface_block_members()7969 var->data.memory_restrict = field.memory_restrict; in apply_memory_qualifiers()
8194 image->data.memory_restrict = true; in _image_prototype()8234 image->data.memory_restrict = true; in _image_size_prototype()8259 image->data.memory_restrict = true; in _image_samples_prototype()
1466 unsigned memory_restrict:1; member
1388 if (this->fields.structure[i].memory_restrict in record_compare()1389 != b->fields.structure[i].memory_restrict) in record_compare()