Home
last modified time | relevance | path

Searched refs:Reduce (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h191 ReduceFuncTy Reduce, in parallel_transform_reduce() argument
210 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
214 R = Reduce(R, Transform(*It)); in parallel_transform_reduce()
228 FinalResult = Reduce(FinalResult, std::move(PartialResult)); in parallel_transform_reduce()
277 ReduceFuncTy Reduce, in parallelTransformReduce() argument
281 return parallel::detail::parallel_transform_reduce(Begin, End, Init, Reduce, in parallelTransformReduce()
286 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce()
305 ReduceFuncTy Reduce, in parallelTransformReduce() argument
307 return parallelTransformReduce(std::begin(R), std::end(R), Init, Reduce, in parallelTransformReduce()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5420-arndale-octa.dts97 * Reduce the CPU speed by 2 steps, down to: 1600 MHz
113 * Reduce the CPU speed down to 1200 MHz big (6 steps)
129 * Reduce the CPU speed as much as possible, down to 700 MHz
/freebsd-13.1/contrib/xz/
H A DTODO58 - Reduce memory usage of the current method.
/freebsd-13.1/contrib/smbfs/
H A DHISTORY83 - Reduce overhead caused by using single hash table for each mount point.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def44 "Reduce depth if mutations lose unique features")
/freebsd-13.1/libexec/bootpd/
H A DChanges81 Reduce noize at debug level one, where log messages
/freebsd-13.1/contrib/openpam/
H A DHISTORY130 - ENHANCE: Reduce the amount of pointless error messages generated
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1378 // Scalar Reduce Pairwise Addition (Scalar and Floating Point)
1382 // Scalar Reduce Floating Point Pairwise Max/Min
1388 // Scalar Reduce Floating Point Pairwise maxNum/minNum
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG31 perf: Reduce compression stack usage by 1 KB, by @terrelln
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td647 HelpText<"Reduce maximum alignment for common symbols to a hex power-of-2 <boundary>">,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2055 SDValue Reduce = DAG.getNode(N->getOpcode(), dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local
2056 return DAG.getNode(ISD::TRUNCATE, dl, VT, Reduce); in PromoteIntOp_VECREDUCE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14237 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local
14242 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionInt()
14254 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local
14259 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionFP()
14278 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local
14282 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionOrderedFP()
/freebsd-13.1/contrib/subversion/
H A DCHANGES444 * diff3: Reduce processing time and memory usage (r1731659)
471 * FSFS: Reduce I/O overhead during history traversal (r1703237)
484 * FSX: Reduce number of fsync operations (r1711354 et al)
568 * FSFS: Reduce excessive amount of read and seek syscalls (r1758979, -9399)
569 * FSFS: Reduce memory footprint of cached directories (r1725179)
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog1326 o Reduce the timeout in the main/fork test. (ab14f7c)
H A DChangeLog-2.01011 o Reduce windows header includes in our own headers. (da6135e)
/freebsd-13.1/contrib/tnftp/
H A DChangeLog114 * Reduce differences between NetBSD-ftp and local copy.
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog101 - Reduce the number of pages committed from sanity checking in debug build.
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.19981257 * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.
/freebsd-13.1/contrib/libevent/
H A DChangeLog-2.01011 o Reduce windows header includes in our own headers. (da6135e)
H A DChangeLog1773 o Reduce the timeout in the main/fork test. (ab14f7c)
/freebsd-13.1/contrib/tcsh/
H A DFixes271 10. Reduce whitespace in Makefile (Don Estabrook)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td1474 // FIXME: Reduce the number of patterns by legalizing extload to zextload
/freebsd-13.1/contrib/ntp/
H A DNEWS3311 * Reduce time required to set clock
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES2481 Reduce optimization from +O3 to +O2 on HP-UX 11. This
4527 Reduce memory utilization for smaller symbol table entries. In
9549 Reduce the number of system calls during message collection by

12