/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombineInternal.h | 27 // instructions and for each eligible graph, it will create a reduced bit-width 32 // 3. Can be evaluated into type with reduced legal bit-width (or Trunc type). 35 // new reduced type chosen in (3). 72 /// The reduced value generated to replace the old instruction. 104 /// Check if it is eligible to be reduced to a smaller type. 106 /// \return the scalar version of the new type to be used for the reduced 108 /// eligible to be reduced. 123 /// Given a \p V value and a \p SclTy scalar type return the generated reduced 126 /// \param V value to be reduced. 128 /// \return the new reduced value. [all …]
|
H A D | TruncInstCombine.cpp | 10 // and for each eligible graph, it will create a reduced bit-width expression, 15 // 3. Can be evaluated into type with reduced legal bit-width. 18 // the new reduced type evaluated in (3). 44 "Number of instructions whose bit width was reduced"); 356 /// Given a reduced scalar type \p Ty and a \p V value, return a reduced type 499 // Erase old expression graph, which was replaced by the reduced expression in ReduceExpressionGraph() 516 // not reduced, in such case, we need to keep that instruction. in ReduceExpressionGraph() 539 // 1. Check if it dominates an eligible expression graph to be reduced. in run() 540 // 2. Create a reduced expressio in run() [all...] |
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss9 | 98 will be reduced for the first item only, and the second rule 99 will be reduced for the second and all succeeding items. 107 the parser would be a bit bigger, and the items would be seen, and reduced, 121 Once again, the first rule would always be reduced exactly once, before the 123 and then the second rule would be reduced once for each item read.
|
H A D | ss5 | 83 the input is reduced to 108 Now the rule can be reduced once more; the effect is to 241 can be reduced by the if-else rule to get 245 which can be reduced by the simple-if rule. 318 file, the rule numbers are printed after those rules which can be reduced.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_reset_interval.ksh | 24 # reduced, and that changes to MULTIHOST_INTERVAL and 53 log_assert "mmp threads notified when MULTIHOST_INTERVAL reduced" 67 log_fail "ERROR: mmp writes did not start when MULTIHOST_INTERVAL reduced" 120 log_pass "mmp threads notified when MULTIHOST_INTERVAL reduced"
|
/freebsd/contrib/pam-krb5/m4/ |
H A D | lib-depends.m4 | 4 dnl option --enable-reduced-depends to request that library probes assume 27 AC_ARG_ENABLE([reduced-depends], 28 [AS_HELP_STRING([--enable-reduced-depends],
|
H A D | kadm5clnt.m4 | 6 dnl the library. Uses krb5-config where available unless reduced dependencies 46 dnl Does the appropriate library checks for reduced-dependency kadmin client
|
/freebsd/lib/libsys/ |
H A D | cap_rights_limit.2 | 63 Those rights can be reduced (but never expanded) by using the 66 Once capability rights are reduced, operations on the file descriptor will be 130 Capability rights list can only be reduced, never expanded.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.providers.ksh | 37 # Now make sure that we cannot enable the io provider with reduced privs 41 echo successfully enabled the io provider with reduced privs 46 # Keeping our reduced privs, we want to assure that we can see every provider
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.stats | 7 they are ordinarily reduced to summary form by running the summary.sh 15 reduced to summary data using the peer.sh shell script. See the peer.awk 32 reduced to summary data using the loop.sh shell script. See the loop.awk 47 reduced to summary data using the clock.sh shell script, which also
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | txtvsbin.txt | 24 is low. Another weakness of this scheme is a reduced precision, due to 64 recognized on a reduced range of platforms and text viewers/editors: 90 positives). This, however, incurs a reduced precision overall, since
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | maxim,max77693.yaml | 46 reduced by 105 mA/Celsius. 63 be reduced to reach the threshold voltage.
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_2d_sensor.txt | 30 to generate an interrupt in reduced reporting 33 to generate an interrupt in reduced reporting
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77693.txt | 62 the charging current will be reduced by 105 mA/Celsius. 73 below this value, the input current will be reduced to reach the 91 on both outputs. The maximum current on each output is reduced
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | log1pf.c | 37 /* Vector log1pf approximation using polynomial on reduced interval. Worst-case 67 /* Vector log1pf approximation using polynomial on reduced interval. Worst-case
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_policy.py | 30 mark('password history (policy value reduced below current array size)') 42 # value is reduced to match the number of historical passwords for a 44 mark('password history (policy value reduced to current array size)') 77 # Test that when the policy history value is reduced, all currently
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | frontend.json | 30 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput… 34 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu…
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,idle-state.txt | 28 voltage may be reduced to the minimum value needed to keep the processor 51 voltages reduced, provided all cpus enter this state. Since the span of low
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslfold.c | 357 * MUST be reduced to a simple constant. in OpcAmlCheckForConstant() 421 /* Error if expression cannot be reduced (folded) */ in OpcAmlCheckForConstant() 451 /* Expression cannot be reduced */ in OpcAmlCheckForConstant() 476 "Buffer expression cannot be reduced"); in OpcAmlCheckForConstant() 780 * ObjDesc - Reduced constant to be installed 813 "Constant expression reduced to (%s) %8.8X%8.8X\n\n", in TrInstallReducedConstant() 826 "Constant expression reduced to (STRING) %s\n\n", in TrInstallReducedConstant() 865 "Constant expression reduced to (BUFFER) length %X\n\n", in TrInstallReducedConstant()
|
/freebsd/sys/cam/scsi/ |
H A D | smp_all.c | 187 * request_len: length of the SMP request buffer, may be reduced if the 382 sbuf_printf(sb, "Reduced Functionality: %s\n", in smp_report_general_sbuf() 386 sbuf_printf(sb, "Time to Reduced Functionality: %d\n", in smp_report_general_sbuf() 388 sbuf_printf(sb, "Initial Time to Reduced Functionality: %d\n", in smp_report_general_sbuf() 390 sbuf_printf(sb, "Maximum Reduced Functionality Time: %d\n", in smp_report_general_sbuf()
|
/freebsd/sys/contrib/dev/acpica/components/events/ |
H A D | evxfevnt.c | 192 /* If the Hardware Reduced flag is set, machine is always in acpi mode */ in AcpiEnable() 249 /* If the Hardware Reduced flag is set, machine is always in acpi mode */ in ACPI_EXPORT_SYMBOL() 309 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL() 382 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL() 450 /* If Hardware Reduced flag is set, there are no fixed events */ in ACPI_EXPORT_SYMBOL()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CachePruning.h | 43 /// space. A value over 100 will be reduced to 100. A value of 0 disables the 48 /// of available space on the disk will be reduced to the amount of available
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | uefi.c | 271 "Reduced Power", in iwl_uefi_step_parse()
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_poly1305.txt | 40 …reduction, does the code handle the case where partially reduced final result is not fully reduced?
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,cpsw-switch.yaml | 16 gigabit media independent interface (GMII),reduced gigabit media 17 independent interface (RGMII), reduced media independent interface (RMII),
|