Lines Matching refs:location_frac
605 idx, var->data.location_frac, in validate_explicit_variable_location()
767 output = explicit_locations[idx][input->data.location_frac].var; in cross_validate_outputs_to_inputs()
971 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
1040 this->location_frac = fine_location % 4; in assign_location()
1080 return (this->num_components() + this->location_frac + 3)/4; in get_num_outputs()
1120 unsigned location_frac = this->location_frac; in store() local
1123 unsigned output_size = MIN2(num_components, 4 - location_frac); in store()
1136 info->Outputs[info->NumOutputs].ComponentOffset = location_frac; in store()
1149 location_frac = 0; in store()
1908 producer_var->data.location_frac = offset; in store_locations()
1914 consumer_var->data.location_frac = offset; in store_locations()