| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | brcm,bcm53573-ilp.yaml | 4 $id: http://devicetree.org/schemas/clock/brcm,bcm53573-ilp.yaml# 7 title: Broadcom BCM53573 ILP clock 13 ILP clock (sometimes referred as "slow clock") on Broadcom BCM53573 devices 16 ILP's rate has to be calculated on runtime and it depends on ALP clock which 25 - const: brcm,bcm53573-ilp 35 - const: ilp 41 ilp { 42 compatible = "brcm,bcm53573-ilp"; 45 clock-output-names = "ilp";
|
| H A D | brcm,bcm53573-ilp.txt | 1 Broadcom BCM53573 ILP clock 7 This binding is used for ILP clock (sometimes referred as "slow clock") 10 ILP's rate has to be calculated on runtime and it depends on ALP clock 18 - compatible: "brcm,bcm53573-ilp" 30 ilp { 31 compatible = "brcm,bcm53573-ilp"; 34 clock-output-names = "ilp";
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDFS.h | 1 //===- ScheduleDFS.h - ILP metric for ScheduleDAGInstrs ---------*- C++ -*-===// 9 // Definition of an ILP metric for machine level instruction scheduling. 27 /// Represent the ILP of the subDAG rooted at a DAG node. 43 // Order by the ILP metric's value. 155 /// Get the ILP value for a DAG node. 157 /// A leaf node has an ILP of 1/1.
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm53573.dtsi | 258 ilp: ilp { 259 compatible = "brcm,bcm53573-ilp"; 262 clock-output-names = "ilp"; 211 ilp: ilp { global() label
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhndreg.h | 53 * Idle Low Power (ILP) No interconnect activity, or if long latency 59 #define BHND_CCS_FORCEILP 0x00000004 /**< force ILP request */
|
| H A D | bhnd_types.h | 118 * Idle Low-Power (ILP).
|
| /freebsd/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu_subr.c | 351 uint32_t ilp; in bhnd_pmu_fast_pwrup_delay() local 375 ilp = bhnd_pmu_ilp_clock(&sc->query); in bhnd_pmu_fast_pwrup_delay() 377 ((1000000 + ilp - 1) / ilp); in bhnd_pmu_fast_pwrup_delay() 387 ilp = bhnd_pmu_ilp_clock(&sc->query); in bhnd_pmu_fast_pwrup_delay() 389 ((1000000 + ilp - 1) / ilp); in bhnd_pmu_fast_pwrup_delay() 403 ilp = bhnd_pmu_ilp_clock(&sc->query); in bhnd_pmu_fast_pwrup_delay() 405 ((1000000 + ilp - 1) / ilp); in bhnd_pmu_fast_pwrup_delay() 415 ilp = bhnd_pmu_ilp_clock(&sc->query); in bhnd_pmu_fast_pwrup_delay() 417 ((1000000 + ilp - 1) / ilp); in bhnd_pmu_fast_pwrup_delay() 495 /* Adjust ILP request resource not to force ext/BB switchers into burst mode */ [all …]
|
| H A D | bhnd_pmureg.h | 35 #define BHND_PMU_ILP_CLOCK 32000 /**< default ILP freq */ 52 * Idle Low Power (ILP) No interconnect activity, or if long latency 57 #define BHND_CCS_FORCEILP 0x00000004 /**< force ILP request */ 711 /* PMU resource up transition time in ILP cycles */
|
| H A D | bhnd_pmuvar.h | 77 uint32_t ilp_cps; /**< measured ILP cycles per second, or 0 */
|
| /freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
| H A D | bhnd_pwrctl_subr.c | 356 /* return the ILP (slowclock) min or max frequency */ 421 /* set all Instaclk chip ILP to 1 MHz */ in bhnd_pwrctl_init() 438 /* Starting with 4318 it is ILP that is used for the delays */ in bhnd_pwrctl_init()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_pool.c | 1201 /* ilp(IO) - pointer to pool iterating structure */ 1206 ipflookupiter_t *ilp) in ipf_pool_iter_next() argument 1222 switch (ilp->ili_otype) in ipf_pool_iter_next() 1227 nextipo = softp->ipf_pool_list[(int)ilp->ili_unit + 1]; in ipf_pool_iter_next() 1246 ipo = ipf_pool_exists(arg, ilp->ili_unit, in ipf_pool_iter_next() 1247 ilp->ili_name); in ipf_pool_iter_next() 1281 switch (ilp->ili_otype) in ipf_pool_iter_next() 1284 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo)); in ipf_pool_iter_next() 1297 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_pool_iter_next()
|
| H A D | ip_htable.c | 1187 /* ilp(I) - */ 1192 ipflookupiter_t *ilp) in ipf_htable_iter_next() argument 1208 switch (ilp->ili_otype) in ipf_htable_iter_next() 1213 nextiph = softh->ipf_htables[(int)ilp->ili_unit + 1]; in ipf_htable_iter_next() 1232 iph = ipf_htable_find(arg, ilp->ili_unit, in ipf_htable_iter_next() 1233 ilp->ili_name); in ipf_htable_iter_next() 1266 switch (ilp->ili_otype) in ipf_htable_iter_next() 1269 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph)); in ipf_htable_iter_next() 1282 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_htable_iter_next()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.h | 79 // increasing ILP and preserving VGPRs. 128 /// The goal of this scheduling strategy is to maximize ILP for a single wave
|
| H A D | AMDGPUTargetMachine.cpp | 369 "amdgpu-enable-max-ilp-scheduling-strategy", 370 cl::desc("Enable scheduling strategy to maximize ILP for a single wave."), 532 GCNMaxILPSchedRegistry("gcn-max-ilp", "Run GCN scheduler to maximize ilp", 546 "gcn-iterative-ilp", 547 "Run GCN iterative scheduler for ILP scheduling (experimental)",
|
| H A D | GCNSchedStrategy.cpp | 21 /// occupancy for the kernel, so constraints can be relaxed to improve ILP in 44 "rescheduling for ILP scheduling stage."), 772 OS << "Max ILP Initial Schedule"; in operator <<() 830 // Don't bother trying to improve ILP in lower RP regions if occupancy has not in initGCNSchedStage()
|
| /freebsd/sys/dev/bhnd/cores/chipc/ |
| H A D | chipcreg.h | 294 #define CHIPC_ILP_DIV_5MHZ 0 /* ILP = 5 MHz */ 295 #define CHIPC_ILP_DIV_1MHZ 4 /* ILP = 1 MHz */ 459 #define CHIPC_SYCC_CD_MASK 0xffff0000 /* ClkDiv (ILP = 1/(4 * (divisor + 1)) */ 800 #define CHIPC_CST4322_RES_INIT_MODE_ILPAVAIL 0 /* resinitmode: ILP available */ 801 #define CHIPC_CST4322_RES_INIT_MODE_ILPREQ 1 /* resinitmode: ILP request */
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 87 ILPListDAGScheduler("list-ilp", 89 "which tries to balance ILP and register pressure", 96 // Temporary sched=list-ilp flags until the heuristics are robust. 100 cl::desc("Disable regpressure priority in sched=list-ilp")); 103 cl::desc("Disable live use priority in sched=list-ilp")); 112 cl::desc("Disable no-stall priority in sched=list-ilp")); 115 cl::desc("Disable critical path priority in sched=list-ilp")); 118 cl::desc("Disable scheduled-height priority in sched=list-ilp")); 126 "in sched=list-ilp")); 1715 // ilp_ls_rr_sort - Priority function for ILP (instruction level parallelism) [all …]
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-sparcv9a.pl | 22 # level parallelism, ILP, and thus higher performance. It should be 23 # explicitly noted that ILP is the keyword, and it means that this 134 # improve effective ILP...
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 51 // - SLSR may decrease ILP at the architecture level. Targets that are very 52 // sensitive to ILP may want to disable it. Having SLSR to consider ILP is
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
| H A D | tgl-metrics.json | 42 "MetricName": "ILP"
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | fsutil.c | 161 struct inostatlist *ilp; in inoinfo() local 167 ilp = &inostathead[inum / sblock.fs_ipg]; in inoinfo() 169 if (iloff >= ilp->il_numalloced) in inoinfo() 171 return (&ilp->il_stat[iloff]); in inoinfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 919 // If-conversion only makes sense when there is unexploited ILP. Compute the in shouldConvertIf() 920 // maximum-ILP resource length of the trace after if-conversion. Compare it in shouldConvertIf() 929 LLVM_DEBUG(dbgs() << "Not enough available ILP.\n"); in shouldConvertIf() 938 << ", which cannot be hidden by available ILP."; in shouldConvertIf()
|
| H A D | SelectOptimize.cpp | 623 // This interleaving scheduling allows for more ILP (with a natural downside in convertProfitableSIGroups() 628 // ILP with a naive ordering here. in convertProfitableSIGroups() 863 // (assuming infinite resources and thus fully leveraging available ILP). in findProfitableSIGroupsInnerLoops()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
| H A D | jkt-metrics.json | 130 "MetricName": "ILP"
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
| H A D | snb-metrics.json | 130 "MetricName": "ILP"
|