Lines Matching refs:fanout
172 **fanout**
240 fanout_0 [label="fanout\noff=0"];
242 fanout_1 [label="fanout\noff=1"];
244 fanout_2 [label="fanout\noff=2"];
295 … This has some overlap with `register groups`_, in that ``fanin`` and ``fanout`` are used to help…
329 To do an indirect write to a variable array, a ``fanout`` is used. Say the array was assigned to r…
341 …ruction does not write all elements of the array (compared to usage of ``fanout`` for ``sam`` inst…
354 fanout [label="fanout\noff=0"];
355 mul -> fanout;
356 fanout -> mov;
367 Note that there would in fact be ``fanout`` nodes generated for each array element (although only t…