Lines Matching refs:location_frac
669 idx, var->data.location_frac, in validate_explicit_variable_location()
836 output = output_explicit_locations[idx][input->data.location_frac].var; in cross_validate_outputs_to_inputs()
1082 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
1151 this->location_frac = fine_location % 4; in assign_location()
1191 return (this->num_components() + this->location_frac + 3)/4; in get_num_outputs()
1233 unsigned location_frac = this->location_frac; in store() local
1302 unsigned output_size = MIN2(num_components, 4 - location_frac); in store()
1315 info->Outputs[info->NumOutputs].ComponentOffset = location_frac; in store()
1328 location_frac = 0; in store()
2111 producer_var->data.location_frac = offset; in store_locations()
2117 consumer_var->data.location_frac = offset; in store_locations()