Home
last modified time | relevance | path

Searched refs:Reduced (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp651 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins in rewriteCandidateWithBasis() local
659 Reduced = Builder.CreateSub(Basis.Ins, NegBump); in rewriteCandidateWithBasis()
673 Reduced = Builder.CreateAdd(Basis.Ins, Bump); in rewriteCandidateWithBasis()
685 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy); in rewriteCandidateWithBasis()
687 Reduced = in rewriteCandidateWithBasis()
688 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
690 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump); in rewriteCandidateWithBasis()
691 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType()); in rewriteCandidateWithBasis()
697 Reduced = Builder.CreateInBoundsGEP( in rewriteCandidateWithBasis()
701 Reduced = Builder.CreateGEP( in rewriteCandidateWithBasis()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h38 bool Reduced = false; member
163 II->Reduced = true; in Replace()
H A DFuzzerLoop.cpp622 PrintStatusForNewUnit(U, II->Reduced ? "REDUCE" : "NEW "); in ReportNewCoverage()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat-history.txt34 -- Reduced dependence on the quality of the standard `random' function for
/netbsd-src/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c370 Hardware Reduced (V5) : 0
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst62 * Reduced code-size.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-201330 * micromips-opc.c (decode_micromips_operand): Reduced range of +o, +u,
32 (micromips_opcodes): Reduced element index range for sldi, splati,
34 * opcodes/mips-opc.c (decode_mips_operand): Reduced range of +o, +u,
36 (mips_builtin_opcodes): Reduced element index range for sldi, splati,
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-201330 * micromips-opc.c (decode_micromips_operand): Reduced range of +o, +u,
32 (micromips_opcodes): Reduced element index range for sldi, splati,
34 * opcodes/mips-opc.c (decode_mips_operand): Reduced range of +o, +u,
36 (mips_builtin_opcodes): Reduced element index range for sldi, splati,
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-201330 * micromips-opc.c (decode_micromips_operand): Reduced range of +o, +u,
32 (micromips_opcodes): Reduced element index range for sldi, splati,
34 * opcodes/mips-opc.c (decode_mips_operand): Reduced range of +o, +u,
36 (mips_builtin_opcodes): Reduced element index range for sldi, splati,
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-201330 * micromips-opc.c (decode_micromips_operand): Reduced range of +o, +u,
32 (micromips_opcodes): Reduced element index range for sldi, splati,
34 * opcodes/mips-opc.c (decode_mips_operand): Reduced range of +o, +u,
36 (mips_builtin_opcodes): Reduced element index range for sldi, splati,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1448 // MMA Reduced-Precision: Outer Product Intrinsic Definitions.
1483 // MMA Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions.
1490 // MMA Reduced-Precision: Missing Integer-based Outer Product Operations.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-nds32.texi104 Enable/Disable Reduced Register configuration (GPR16) option
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-nds32.texi104 Enable/Disable Reduced Register configuration (GPR16) option
/netbsd-src/external/bsd/kyua-cli/dist/
H A DNEWS52 * Reduced automatic screen line wrapping of messages to the 'help'
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-ps-3d.md661 ; Floating Point Reduced Precision Reciprocal Square Root Instructions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-ps-3d.md661 ; Floating Point Reduced Precision Reciprocal Square Root Instructions.
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddoc.txt501 Reduced expressions are pretty printed to allow an extra check.
/netbsd-src/external/mit/expat/dist/
H A DChanges1042 - Reduced line-length for all source code and headers to be
1044 - Reduced memory copying during parsing (SF patch #600964).
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs.rst109 Reduced cross platform equivalent of ``struct statfs``.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13965 SDValue Reduced = combineElementTruncationToVectorTruncation(N, DCI); in DAGCombineBuildVector() local
13966 if (Reduced) in DAGCombineBuildVector()
13967 return Reduced; in DAGCombineBuildVector()
13972 SDValue Reduced = combineBVOfConsecutiveLoads(N, DAG); in DAGCombineBuildVector() local
13973 if (Reduced) in DAGCombineBuildVector()
13974 return Reduced; in DAGCombineBuildVector()
13981 Reduced = combineBVOfVecSExt(N, DAG); in DAGCombineBuildVector()
13982 if (Reduced) in DAGCombineBuildVector()
13983 return Reduced; in DAGCombineBuildVector()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DTODO461 - try the idea of the paper "Reduced Cancellation in the Evaluation of Entire
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20052126 * io/list_read.c (namelist_read): Reduced to call to new functions.
2143 * io/write.c (namelist_write): Reduced to call to new functions.
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt1941 Debugger: Reduced the verbosity for errors incurred during table load and
1971 AcpiExec: Reduced verbosity of the local exception handler implemented
2720 Reduced the verbosity of the generic unix makefiles. Previously, each
3327 ACPI 6.1: Added support for a new PCCT subtable, "HW-Reduced Comm
7240 Reduced Hardware Support:
8025 iASL/DTC: Reduced the severity of some errors from fatal to error. There
9097 Reduced the severity of predefined repair messages, Warning to Info.
9099 the object was successfully repaired, a warning is too severe. Reduced to
9549 Simplified and optimized the NsGetNextNode function. Reduced parameter
14304 Reduced excessiv
[all...]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1181667 * src/roff/troff/env.cc (WORD_MAX): Reduced to 256 since `unsigned
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog7414 (mpn_hgcd_appr_itch): Reduced scratch need.
7913 * mpz/gcdext.c (mpz_gcdext): Reduced temporary allocations. Use
9303 * tests/mpz/t-jac.c (check_large_quotients): Reduced test sizes.
13031 * mpn/x86_64/gmp-mparam.h (GCDEXT_DC_THRESHOLD): Reduced threshold
13040 * mpn/x86_64/gmp-mparam.h: (GCD_DC_THRESHOLD): Reduced from 493 to
13085 (MPN_HGCD_LEHMER_ITCH): Reduced storage by one limb.
13110 (MPN_HGCD_MATRIX_INIT_ITCH): Reduced storage.
13154 * mpn/x86_64/gmp-mparam.h (GCDEXT_DC_THRESHOLD): Reduced threshold
13212 * mpn/x86_64/gmp-mparam.h (HGCD_THRESHOLD): Reduced from 145 to

1234