Home | History | Annotate | Download | only in generators

Lines Matching refs:elem_count

839                   elem_count,
844 bits_to_load = load_type * elem_count
955 elem_count,
960 bits_to_store = store_type * elem_count
1057 def EmitVSumReduce(self, reduce_type, elem_count, reduce_count, destinations,
1063 if (elem_count + 3) / 4 > len(destinations):
1065 (len(destinations), (elem_count + 3) / 4))
1067 if elem_count * reduce_count > len(sources) * 4: