Lines Matching full:pipelined
44 // more prolog blocks, the pipelined kernel, and one or more epilog blocks. If
53 // where an instruction may be inserted in the pipelined schedule.
98 STATISTIC(NumPipelined, "Number of loops software pipelined");
200 /// Set to true if a valid pipelined schedule is found for the loop.
750 /// Return true if the loop can be software pipelined. The algorithm is
2111 /// Process the nodes in the computed order and create the pipelined schedule
2216 // in each stage of the pipelined loop. in generatePipelinedLoop()
2225 // Rearrange the instructions to generate the new, pipelined loop, in generatePipelinedLoop()
2468 /// Generate Phis for the specific block in the generated pipelined code.
2667 // We define the Phis after creating the new pipelined code, so in generateExistingPhis()
2708 /// Generate Phis for the specified block in the generated pipelined code.
3077 /// Clone the instruction for the new pipelined loop and update the
3098 /// Clone the instruction for the new pipelined loop. If needed, this