Home
last modified time | relevance | path

Searched full:redundant (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Du-boot,env.yaml37 - description: Two redundant blocks with active one flagged
38 const: u-boot,env-redundant-bool
39 - description: Two redundant blocks with active having higher counter
40 const: u-boot,env-redundant-count
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp1 //===- RemoveRedundantDebugValues.cpp - Remove Redundant Debug Value MIs --===//
24 /// The RemoveRedundantDebugValues pass removes redundant DBG_VALUEs that
44 /// Remove redundant debug value MIs for the given machine function.
64 "Remove Redundant DEBUG_VALUE analysis", false, false)
72 // This analysis aims to remove redundant DBG_VALUEs by going forward
147 // This analysis aims to remove redundant DBG_VALUEs by going backward
169 // for redundant removal. in reduceDbgValsBackwardScan()
H A DMachineLateInstrsCleanup.cpp9 // This simple pass removes any identical and redundant immediate or address
11 // the result of rematerialization, while the addresses are redundant frame
36 STATISTIC(NumRemoved, "Number of redundant instructions removed.");
55 // Walk through the instructions in MBB and remove any redundant
220 LLVM_DEBUG(dbgs() << "Removing redundant instruction in " in processBlock()
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/
H A Du-boot,env.yaml34 - description: Two redundant blocks with active one flagged
35 const: u-boot,env-redundant-bool
36 - description: Two redundant blocks with active having higher counter
37 const: u-boot,env-redundant-count
/freebsd/share/doc/smm/03.fsck/
H A D2.t54 .I "redundant super blocks"
58 The redundant blocks are sprinkled throughout the disk partition.
129 all the redundant information would be on the top platter.
131 could cause the loss of all copies of the redundant super-blocks.
143 the redundant
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h1 //==- TLSVariableHoist.h ------ Remove Redundant TLS Loads -------*- C++ -*-==//
9 // This pass identifies/eliminates Redundant TLS Loads if related option is set.
20 // will generate Redundant TLS Loads by compiling it with
39 // The Redundant TLS Loads will hurt the performance, especially in loops.
H A DDeadStoreElimination.h10 // basic-block local redundant stores.
27 /// only the redundant stores that are local to a single Basic Block.
/freebsd/tests/sys/cddl/zfs/tests/hotplug/
H A Dhotplug_001_pos.ksh36 # When removing a device from a redundant pool, the device's state will
56 log_assert "When removing a device from a redundant pool, the device's " \
71 log_pass "When removing a device from a redundant pool, the device's " \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp19 // mov w0, wzr ; <-- redundant
29 // mov w0, wzr ; <-- redundant
41 // orr x0, xzr, #0x1 ; <-- redundant
76 // OptBBClobberedRegs is used when optimizing away redundant copies/moves.
102 return "AArch64 Redundant Copy Elimination"; in getPassName()
109 "AArch64 redundant copy elimination pass", false, false)
373 // Remove redundant copy/move instructions unless KnownReg is modified. in optimizeBlock()
418 LLVM_DEBUG(dbgs() << "Remove redundant Copy : " << *MI); in optimizeBlock()
420 LLVM_DEBUG(dbgs() << "Remove redundant Move : " << *MI); in optimizeBlock()
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-create.8107 An attempt to combine redundant and non-redundant storage in a single pool,
223 The following command creates a non-redundant pool using two disk partitions:
227 The following command creates a non-redundant pool using files.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp80 // If E is a variable, then trace back through any aliases or redundant
101 // If E is a variable, then trace back through any aliases or redundant
109 // Eliminate redundant variables, e.g. x = y, or x = 5, in simplifyToCanonicalVal()
120 // Eliminate redundant Phi nodes. in simplifyToCanonicalVal()
131 // canonical definition. If so, mark the Phi node as redundant.
136 // eliminate infinite recursion -- assume that this node is not redundant. in simplifyIncompleteArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRedundantCopyElimination.cpp59 return "RISC-V Redundant Copy Elimination"; in getPassName()
71 "RISC-V Redundant Copy Elimination", false, false)
116 // Remove redundant Copy instructions unless TargetReg is modified. in optimizeBlock()
127 LLVM_DEBUG(dbgs() << "Remove redundant Copy : "); in optimizeBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp112 // This function removes any redundant load immediates. It has two level
116 // AfterBBI is the same as BBI, it is redundant, otherwise any instructions
123 LLVM_DEBUG(dbgs() << "Remove redundant load immediates from MBB:\n"; in removeRedundantLIs()
156 // redundant load immediate. in removeRedundantLIs()
160 // the operand if there is a following redundant load immediate. in removeRedundantLIs()
194 // It loads same immediate value to the same Reg, which is redundant. in removeRedundantLIs()
213 LLVM_DEBUG(dbgs() << " Remove redundant load immediate: "; in removeRedundantLIs()
357 // This function removes redundant pairs of accumulator prime/unprime
362 // function removes these redundant pairs from basic blocks.
H A DPPCMIPeephole.cpp299 // redundant by setting it's entry in the map as false. It then adds the new
335 // redundant. in UpdateTOCSaves()
338 // Check if the new instruction is redundant. in UpdateTOCSaves()
623 // it dominates as redundant. in simplifyCode()
659 // redundant. Replace with a copy. This doesn't happen directly due in simplifyCode()
766 LLVM_DEBUG(dbgs() << "Removing redundant splat: "); in simplifyCode()
832 // the value, this splat is redundant. in simplifyCode()
834 LLVM_DEBUG(dbgs() << "Changing redundant splat to a copy: "); in simplifyCode()
855 LLVM_DEBUG(dbgs() << "Removing redundant shift: "); in simplifyCode()
872 // If this is a DP->SP conversion fed by an FRSP, the FRSP is redundant. in simplifyCode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp26 STATISTIC(NumSimplified, "Number of redundant instructions removed");
111 "Remove redundant instructions", false, false)
116 "Remove redundant instructions", false, false) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/sbin/devd/
H A DMakefile70 CFLAGS.gcc = -Wno-redundant-decls
71 CXXFLAGS.gcc = -Wno-redundant-decls
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_007_pos.ksh26 # 1. Create a non-redundant pool.
45 # 1. Create a non-redundant pool.
/freebsd/sbin/routed/
H A Dtable.c65 * or to suppress redundant routes, routes that add no information to
68 * A route is redundant if and only if any and all routes with smaller
70 * kept sorted in the radix tree, redundant routes always come second.
123 * if it is present, is redundant, unless the parent manages to in ag_out()
140 /* Skip it if this route is itself redundant. in ag_out()
147 return; /* quit if fully redundant */ in ag_out()
148 /* make it finer if it is half-redundant */ in ag_out()
154 /* make it finer if it is half-redundant */ in ag_out()
241 * If the suppressed target was redundant, in ag_flush()
242 * then mark the suppressor redundant. in ag_flush()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_003_pos.ksh22 # zdb will not produce redundant dumps of configurations
31 log_assert "Verify zdb does not produce redundant dumps of configurations"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/
H A Donline_offline_003_neg.ksh36 # Offlining disks in a non-redundant pool should fail.
55 log_assert "Offlining disks in a non-redundant pool should fail."
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp8 // 1. Optimizes redundant sign extends for the following case
17 // 2. Optimizes redundant negation of predicates.
31 // redundant and relies on some form of dead removal instructions, like
95 return "Hexagon optimize redundant zero and size extends"; in getPassName()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_hostid.ksh25 # 1. Create a non-redundant pool
57 # 1. Create a non-redundant pool
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dattach_multiple.ksh32 # c. Verify the original vdev cannot be removed (no redundant copies)
94 # canceled when returning to a non-redundant striped layout. At
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dadd_nested_replacing_spare.ksh34 # 1. Create a redundant pool with a spare device
74 # 1. Create a redundant pool with a spare device
/freebsd/crypto/openssh/
H A Dsftp.1491 .\" undocumented redundant alias
499 .\" undocumented redundant alias
637 .\" undocumented redundant alias
645 .\" undocumented redundant alias

12345678910>>...33