| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 635 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local 643 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis() 657 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis() 664 Reduced = Builder.CreatePtrAdd(Basis.Ins, Bump, "", InBounds); in rewriteCandidateWithBasis() 670 Reduced->takeName(C.Ins); in rewriteCandidateWithBasis() 671 C.Ins->replaceAllUsesWith(Reduced); in rewriteCandidateWithBasis()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | xilinx_gmii2rgmii.txt | 4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.allwinner | 21 device aw_rsb # Allwinner Reduced Serial Bus
|
| H A D | NOTES | 151 device aw_rsb # Allwinner Reduced Serial Bus
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 41 bool Reduced = false; 296 II->Reduced = true; in Replace() 40 bool Reduced = false; global() member
|
| H A D | FuzzerLoop.cpp | 671 PrintStatusForNewUnit(U, II->Reduced ? "REDUCE" : "NEW "); in ReportNewCoverage()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | HISTORY | 31 - Reduced malloc() activity for ICMP echo and
|
| /freebsd/sys/arm/conf/ |
| H A D | GENERIC | 128 device rsb # Allwinner Reduced Serial Bus
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1704 // MMA Reduced-Precision: Outer Product Intrinsic Definitions. 1739 // MMA Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions. 1746 // MMA Reduced-Precision: Missing Integer-based Outer Product Operations. 1776 // MMA+ Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions.
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3476 Value *Reduced; in createReductionFunction() local 3478 RI.ReductionGen(Builder.saveIP(), LHS, RHS, Reduced); in createReductionFunction() 3483 Builder.CreateStore(Reduced, LHSPtr); in createReductionFunction() 3722 Value *Reduced; in createReductionsGPU() local 3724 RI.ReductionGen(Builder.saveIP(), RHSValue, LHSValue, Reduced); in createReductionsGPU() 3727 Builder.CreateStore(Reduced, LHS, false); in createReductionsGPU() 3804 Value *Reduced; in populateReductionFunction() local 3806 RI.ReductionGen(Builder.saveIP(), LHS, RHS, Reduced); in populateReductionFunction() 3817 Builder.CreateStore(Reduced, LHSPtr); in populateReductionFunction() 3922 Value *Reduced; in createReductions() local [all …]
|
| /freebsd/share/misc/ |
| H A D | scsi_modes | 322 {Starting Cylinder-Reduced Write Current} i3
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 13827 APSInt Reduced = Source.getVectorElt(0).getInt(); in VisitBuiltinCallExpr() local 13834 Info, E, Reduced, Source.getVectorElt(EltNum).getInt(), in VisitBuiltinCallExpr() 13835 Reduced.getBitWidth() + 1, std::plus<APSInt>(), Reduced)) in VisitBuiltinCallExpr() 13841 Info, E, Reduced, Source.getVectorElt(EltNum).getInt(), in VisitBuiltinCallExpr() 13842 Reduced.getBitWidth() * 2, std::multiplies<APSInt>(), Reduced)) in VisitBuiltinCallExpr() 13847 Reduced &= Source.getVectorElt(EltNum).getInt(); in VisitBuiltinCallExpr() 13851 Reduced |= Source.getVectorElt(EltNum).getInt(); in VisitBuiltinCallExpr() 13855 Reduced ^= Source.getVectorElt(EltNum).getInt(); in VisitBuiltinCallExpr() 13859 Reduced = std::min(Reduced, Source.getVectorElt(EltNum).getInt()); in VisitBuiltinCallExpr() 13863 Reduced = std::max(Reduced, Source.getVectorElt(EltNum).getInt()); in VisitBuiltinCallExpr() [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | README.nat | 319 - Reduced malloc() activity for ICMP echo and
|
| /freebsd/contrib/kyua/ |
| H A D | NEWS.md | 380 * Reduced automatic screen line wrapping of messages to the `help`
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 1933 - Reduced line-length for all source code and headers to be 1935 - Reduced memory copying during parsing (SF patch #600964).
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15875 SDValue Reduced = combineElementTruncationToVectorTruncation(N, DCI); in DAGCombineBuildVector() local 15876 if (Reduced) in DAGCombineBuildVector() 15877 return Reduced; in DAGCombineBuildVector() 15882 SDValue Reduced = combineBVOfConsecutiveLoads(N, DAG); in DAGCombineBuildVector() local 15883 if (Reduced) in DAGCombineBuildVector() 15884 return Reduced; in DAGCombineBuildVector() 15891 Reduced = combineBVOfVecSExt(N, DAG); in DAGCombineBuildVector() 15892 if (Reduced) in DAGCombineBuildVector() 15893 return Reduced; in DAGCombineBuildVector()
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 185 perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrell…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedLunarlakeP.td | 80 let BufferSize = 110; // Reduced from 128 in GLC
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2102 Debugger: Reduced the verbosity for errors incurred during table load and 2132 AcpiExec: Reduced verbosity of the local exception handler implemented 2881 Reduced the verbosity of the generic unix makefiles. Previously, each 3488 ACPI 6.1: Added support for a new PCCT subtable, "HW-Reduced Comm 7401 Reduced Hardware Support: 8186 iASL/DTC: Reduced the severity of some errors from fatal to error. There 9258 Reduced the severity of predefined repair messages, Warning to Info. 9260 the object was successfully repaired, a warning is too severe. Reduced to 9710 Simplified and optimized the NsGetNextNode function. Reduced parameter 14465 Reduced excessive stack use within the AcpiGetObjectInfo procedure. [all …]
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 985 "The value of this object specifies whether Reduced InterFrame
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 1589 R. C. Barrett Scan Conversion Algorithm with Reduced
|
| /freebsd/contrib/ntp/ |
| H A D | NEWS | 2923 Reduced the number of warnings by half. Damir Tomić. 6689 Reduced the number of warnings by half. Damir Tomić.
|
| H A D | ChangeLog | 1026 Reduced the number of warnings by half. Damir Tomić.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16152 if (SDValue Reduced = reduceLoadWidth(N)) in visitTRUNCATE() local 16153 return Reduced; in visitTRUNCATE()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 24916 # SRCS Set Reduced Char. Sep. * \E [ Pn SPC f 0 - - 25925 # * Reduced several entries relative to vt52.
|