Home
last modified time | relevance | path

Searched refs:latencies (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_wm.c216 const u16 *latencies; in pri_wm_latency_show() local
219 latencies = dev_priv->display.wm.skl_latency; in pri_wm_latency_show()
221 latencies = dev_priv->display.wm.pri_latency; in pri_wm_latency_show()
223 wm_latency_show(m, latencies); in pri_wm_latency_show()
231 const u16 *latencies; in spr_wm_latency_show() local
234 latencies = dev_priv->display.wm.skl_latency; in spr_wm_latency_show()
236 latencies = dev_priv->display.wm.spr_latency; in spr_wm_latency_show()
238 wm_latency_show(m, latencies); in spr_wm_latency_show()
246 const u16 *latencies; in cur_wm_latency_show() local
249 latencies = dev_priv->display.wm.skl_latency; in cur_wm_latency_show()
[all …]
/openbsd/src/gnu/gcc/gcc/config/i386/
Dppro.md59 ;; - Include decoder latencies in the total reservation latencies.
68 ;; latencies of idiv and fdiv type insns.
124 ;; a latency already. Store latencies are not accounted for.
134 ;; they can only be decoded on decoder0. Modelling their latencies
205 ;; latencies due to branching. In particular, it has a fast way to
212 ;; the latencies for the compiler. Here I've made the choice to be
254 ;; These issue latencies are modelled via the ppro_div automaton.
298 ;; ??? where do these latencies come from? fadd has latency 3 and
400 ;; fdiv latencies depend on the mode of the operands. XFmode gives
Dk6.md117 ;; ??? Guessed latencies based on the old pipeline description.
263 ;; ??? Guessed latencies from the old pipeline description.
/openbsd/src/gnu/gcc/gcc/config/mips/
D4k.md54 ;; unsigned divide - 8/16/24/32 bit operand have latencies 9/17/25/33
55 ;; signed divide - 8/16/24/32 bit operand have latencies 10/18/26/34
Dsr71k.md14 ;; published latencies. Emulation of out-of-order issue and the insn
171 ;; Try to discriminate move-from-cp1 versus move-to-cp1 as latencies
D4130.md94 ;; & mfhi above. Note that the same latencies and repeat rates apply if we
Dsb1.md189 ;; Load latencies are 3 cycles for one load to another load or store (address
216 ;; ??? We cannot handle latencies properly for simple alu instructions
352 ;; Default for output dependencies is the difference in latencies, which is
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DP9InstrResources.td814 // operations cannot be done at the same time and so their latencies are added.
826 // operations cannot be done at the same time and so their latencies are added.
836 // operations cannot be done at the same time and so their latencies are added.
847 // their latencies are added.
858 // operations cannot be done at the same time and so their latencies are added.
878 // Since the Load and the PM cannot be done at the same time the latencies are
1023 // latencies are not added together. Otherwise this is like having two
1035 // latencies are not added together. Otherwise this is like having two
1061 // latencies are not added together. Otherwise this is like having two
1072 // latencies are not added together. Otherwise this is like having two
[all …]
DPPCScheduleP9.td384 // 2 or 5 cycle latencies for the branch unit.
402 // so the latencies for their resources must be added.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dathlon.md111 ;; We use latencies 1 for definitions. This is OK to model colisions
112 ;; in execution units. The real latencies are modeled in the "fp" pipeline.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dsr71k.md14 ;; published latencies. Emulation of out-of-order issue and the insn
183 ;; Try to discriminate move-from-cp1 versus move-to-cp1 as latencies
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMScheduleM4.td35 // Some definitions of latencies we apply to different instructions
DARMScheduleM55.td47 // For this schedule, we currently model latencies and pipelines well for each
73 // one). These use normal resources and latencies, but set SingleIssue = 0.
DARMSchedule.td38 // shorter latencies to certain registers as needed in the example above.
DARMScheduleA9.td1975 // NEON has an odd mix of latencies. Simply name the write types by latency.
2310 // latencies here. WAW latencies are sometimes longer.
2369 // has a def operand so the WriteL latencies are unused.
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm1136jfs.md255 ;; Call latencies are not predictable. A semi-arbitrary very large
304 ;; latencies are different depending on whether the address is 64-bit
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SchedA53.td59 // shift-only instruction. These latencies will be incorrect when the
98 // accounted for in the WriteST* latencies below
DAArch64SchedA55.td63 // These latencies are modeled without taking into account forwarding paths
64 // (the software optimisation guide lists latencies taking into account
DAArch64SchedThunderX.td47 // latencies.
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dev6.md32 ; all latencies by one, and adding bypasses within the cluster.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dev6.md32 ; all latencies by one, and adding bypasses within the cluster.
/openbsd/src/lib/libssl/test/
Dtimes75 - The TCP round trip latencies, while slowing individual connections,
/openbsd/src/gnu/llvm/llvm/docs/
DXRayExample.rst82 Functions with latencies: 29
155 Functions with latencies: 36652
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86Schedule.td732 // latencies. Since these latencies are not used for pipeline hazards,
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-mca.rst47 Scheduling models are not just used to compute instruction latencies and
962 Instruction latencies are computed by :program:`llvm-mca` with the help of the

12