Lines Matching +full:per +full:- +full:stream
1 //===--------------------- ResourcePressureView.h ---------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 /// Resource pressure information is then printed out to a stream in the
18 /// [0] - JALU0
19 /// [1] - JALU1
20 /// [2] - JDiv
21 /// [3] - JFPM
22 /// [4] - JFPU0
23 /// [5] - JFPU1
24 /// [6] - JLAGU
25 /// [7] - JSAGU
26 /// [8] - JSTC
27 /// [9] - JVIMUL
29 /// Resource pressure per iteration:
35 /// - - - - - 1.00 - - - - vpermilpd $1, %xmm0,
37 /// - - - - 1.00 - - - - - vaddps %xmm0, %xmm1,
39 /// - - - - - 1.00 - - - - vmovshdup %xmm2, %xmm3
40 /// - - - - 1.00 - - - - - vaddss %xmm2, %xmm3,
47 /// pipeline JFPU1. The overall pressure per iteration is reported by two
48 /// tables: the first smaller table is the resource pressure per iteration;
49 /// the second table reports resource pressure per instruction. Values are the
52 /// per iteration. Consequently, the resource pressure on JFPU0 is of 2cy per
55 //===----------------------------------------------------------------------===//
72 /// out all the collected information as a table to an output stream.