Lines Matching +full:buffered +full:- +full:negative
1 //===--------------------- TimelineView.h -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file implements a timeline view for the llvm-mca tool.
28 /// [1,0] . DeE------R .. vmovshdup %xmm0, %xmm1
29 /// [1,1] . DeE------R .. vpermilpd $1, %xmm0, %xmm2
30 /// [1,2] . DeE-----R .. vpermilps $231, %xmm0, %xmm5
31 /// [1,3] . D=eeeE--R .. vaddss %xmm1, %xmm0, %xmm3
48 /// E: Instruction Executed (write-back stage)
51 /// -: Instruction executed, waiting to retire in order.
54 /// in-flight.
98 //===----------------------------------------------------------------------===//
128 int CycleDispatched; // A negative value is an "invalid cycle".
143 // This field is used to map instructions to buffered resources.
161 static const char RetireLag = '-'; // The instruction is waiting to retire.