/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 35 // . The less the register pressure, the best load latencies are hidden 48 // . Hiding high latencies (texture sampling, etc) 49 // . Hiding low latencies (SGPR constant loading, etc) 59 // locally inside the blocks where it takes care of low latencies, and then 60 // chooses the order of the blocks by taking care of high latencies. 65 // We want the blocks help control register usage and hide high latencies 70 // the shader. Since we do want blocks to help hide high latencies, we want 72 // on high latencies. It will make it easy to pick blocks to hide specific 73 // high latencies. 81 // Third the block order is chosen, there we try to hide high latencies [all …]
|
H A D | SIMachineScheduler.h | 145 // low latencies, and will fill liveins and liveouts. 258 // Create groups of high latencies with a Reserved color.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 815 // operations cannot be done at the same time and so their latencies are added. 827 // operations cannot be done at the same time and so their latencies are added. 837 // operations cannot be done at the same time and so their latencies are added. 848 // their latencies are added. 860 // operations cannot be done at the same time and so their latencies are added. 880 // Since the Load and the PM cannot be done at the same time the latencies are 1025 // latencies are not added together. Otherwise this is like having two 1037 // latencies are not added together. Otherwise this is like having two 1063 // latencies are not added together. Otherwise this is like having two 1074 // latencies are not added together. Otherwise this is like having two [all …]
|
H A D | PPCScheduleP9.td | 384 // 2 or 5 cycle latencies for the branch unit. 402 // so the latencies for their resources must be added.
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 60 - ibm,cpu-idle-state-latencies-ns: 62 exit-latencies (in ns) for the idle states in
|
/freebsd/usr.bin/systat/ |
H A D | systat.1 | 246 Display statistics describing the hardware latencies of I/O operations as 253 The statistics displayed for the I/O latencies are the percentiles with 260 The latencies are estimated based on histogram data computed by the CAM I/O 265 All latencies are reported in milliseconds.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LatencyPriorityQueue.cpp | 25 // cannot easily be modeled as edges with latencies to be scheduled as in operator ()() 41 // After that, if two nodes have identical latencies, look to see if one will in operator ()()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 282 uint64_t latencies[LAT_BUCKETS]; member 977 uint64_t *latencies; in cam_iosched_sysctl_latencies() local 979 latencies = arg1; in cam_iosched_sysctl_latencies() 983 sbuf_printf(&sb, "%jd,", (intmax_t)latencies[i]); in cam_iosched_sysctl_latencies() 984 sbuf_printf(&sb, "%jd", (intmax_t)latencies[LAT_BUCKETS - 1]); in cam_iosched_sysctl_latencies() 1086 OID_AUTO, "latencies", in cam_iosched_iop_stats_sysctl_init() 1088 &ios->latencies, 0, in cam_iosched_iop_stats_sysctl_init() 1090 "Array of latencies, a geometric progresson from\n" in cam_iosched_iop_stats_sysctl_init() 1911 static sbintime_t latencies[LAT_BUCKETS - 1] = { variable 1980 if (sim_latency < latencies[i]) { in cam_iosched_update() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | l2c2x0.yaml | 71 read, write and setup latencies. Minimum valid values are 1. Controllers 82 read, write and setup latencies. Controllers without setup latency control
|
/freebsd/sys/contrib/device-tree/Bindings/cache/ |
H A D | l2c2x0.yaml | 71 read, write and setup latencies. Minimum valid values are 1. Controllers 82 read, write and setup latencies. Controllers without setup latency control
|
H A D | baikal,bt1-l2-ctl.yaml | 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 38 /// An enum for enumerating the various statistics gathered on latencies 59 /// FIXME: expand to contain more information eg call latencies.
|
/freebsd/sbin/nvmecontrol/modules/intel/ |
H A D | intel.c | 202 INTEL_LOG_READ_LAT_LOG, "intel", "Read Latencies", 205 INTEL_LOG_WRITE_LAT_LOG, "intel", "Write Latencies",
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | baikal,bt1-l2-ctl.yaml | 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,bcm-voter.yaml | 37 overridden to reduce latencies.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 253 /// latencies from the beginning of the trace. Data dependencies from 258 /// trace, as determined by data dependencies and instruction latencies. 419 // latencies.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.h | 19 // latencies, triggering if-conversion, and reducing static code size.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | uncore-memory.json | 232 …this queue is actually not useful for deconstruction intermediate write latencies. So, we provide… 242 …this queue is actually not useful for deconstruction intermediate write latencies. So, we provide…
|
/freebsd/share/man/man7/ |
H A D | tuning.7 | 315 This setting may be increased to get around disk I/O latencies, especially 316 where these latencies are large such as in virtual machine emulated 380 will not introduce significant latencies into other services even if
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 1.t | 102 A good introduction to the physical latencies of disks is
|
/freebsd/contrib/ntp/html/ |
H A D | xleave.html | 20 …idered most accurate, as it avoids the various queuing and transmission latencies. The difference…
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.dag | 47 filtering) for efficiency. This can introduce high latencies on quiet
|
/freebsd/sys/dev/ath/ |
H A D | ah_osdep.h | 99 * For USB/SDIO support (where access latencies are quite high);
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_nicenum.c | 102 /* Don't print zero latencies since they're invalid */ in zfs_nicenum_format()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM4.td | 35 // Some definitions of latencies we apply to different instructions
|