Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h168 ReduceFuncTy Reduce, in parallel_transform_reduce() argument
187 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
191 R = Reduce(R, Transform(*It)); in parallel_transform_reduce()
205 FinalResult = Reduce(FinalResult, std::move(PartialResult)); in parallel_transform_reduce()
238 ReduceFuncTy Reduce, in parallelTransformReduce() argument
242 return parallel::detail::parallel_transform_reduce(Begin, End, Init, Reduce, in parallelTransformReduce()
247 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce()
266 ReduceFuncTy Reduce, in parallelTransformReduce() argument
268 return parallelTransformReduce(std::begin(R), std::end(R), Init, Reduce, in parallelTransformReduce()
/src/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420-arndale-octa.dts102 * Reduce the CPU speed by 2 steps, down to: 1600 MHz
118 * Reduce the CPU speed down to 1200 MHz big (6 steps)
134 * Reduce the CPU speed as much as possible, down to 700 MHz
/src/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xc-lxa-tac.dtsi187 /* Reduce EMI emission by reducing RGMII drive strength */
389 /* Reduce RGMII EMI emissions by reducing drive strength */
/src/contrib/xz/
H A DTODO43 - Reduce memory usage of the current method.
/src/contrib/smbfs/
H A DHISTORY83 - Reduce overhead caused by using single hash table for each mount point.
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def44 "Reduce depth if mutations lose unique features")
/src/libexec/bootpd/
H A DChanges80 Reduce noize at debug level one, where log messages
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td697 bits<32> GroupOperation = !cond(!not(!eq(!find(name, "group_reduce"), -1)) : Reduce.Value,
700 … !not(!eq(!find(name, "group_ballot_bit_count"), -1)) : Reduce.Value,
703 … !not(!eq(!find(name, "group_non_uniform_reduce"), -1)) : Reduce.Value,
706 … !not(!eq(!find(name, "group_non_uniform_reduce_logical"), -1)) : Reduce.Value,
H A DSPIRVModuleAnalysis.cpp1006 case SPIRV::GroupOperation::Reduce: in addInstrRequirements()
H A DSPIRVSymbolicOperands.td1548 defm Reduce : GroupOperationOperand<0, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNonUnifor…
/src/crypto/krb5/src/windows/leash/
H A DLeash.rc672 AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
/src/contrib/openpam/
H A DHISTORY153 - ENHANCE: Reduce the amount of pointless error messages generated
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1382 // Scalar Reduce Pairwise Addition (Scalar and Floating Point)
1386 // Scalar Reduce Floating Point Pairwise Max/Min
1392 // Scalar Reduce Floating Point Pairwise maxNum/minNum
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc247 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2661 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local
2662 return DAG.getNode(ISD::TRUNCATE, dl, ResVT, Reduce); in PromoteIntOp_VECREDUCE()
2693 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); in PromoteIntOp_VP_REDUCE() local
2694 return DAG.getNode(ISD::TRUNCATE, DL, VT, Reduce); in PromoteIntOp_VP_REDUCE()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13094 SDValue Reduce = Extract.getOperand(0); in combineBinOpToReduce() local
13095 if (!Extract.hasOneUse() || !Reduce.hasOneUse()) in combineBinOpToReduce()
13098 SDValue ScalarV = Reduce.getOperand(2); in combineBinOpToReduce()
13122 if (!isNonZeroAVL(Reduce.getOperand(5))) in combineBinOpToReduce()
13138 SDValue Ops[] = {Reduce.getOperand(0), Reduce.getOperand(1), in combineBinOpToReduce()
13139 NewScalarV, Reduce.getOperand(3), in combineBinOpToReduce()
13140 Reduce.getOperand(4), Reduce.getOperand(5)}; in combineBinOpToReduce()
13142 DAG.getNode(Reduce.getOpcode(), DL, Reduce.getValueType(), Ops); in combineBinOpToReduce()
/src/sys/contrib/zstd/
H A DCONTRIBUTING.md406 - Reduce dependencies to the minimum possible level.
H A DCHANGELOG136 perf: Reduce compression stack usage by 1 KB, by @terrelln
/src/contrib/llvm-project/lld/MachO/
H A DOptions.td725 HelpText<"Reduce maximum alignment for common symbols to a hex power-of-2 <boundary>">,
/src/contrib/one-true-awk/testdir/
H A Dfunstack.ok257 J. E. Grimes Scheduling to Reduce Conflict in
1839 R. Sethi Scheduling Independent Tasks To Reduce
/src/contrib/expat/
H A DChanges293 #902 tests: Reduce use of global parser instance
/src/contrib/tnftp/
H A DChangeLog114 * Reduce differences between NetBSD-ftp and local copy.
/src/contrib/jemalloc/
H A DChangeLog201 - Reduce the number of pages committed from sanity checking in debug build.
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21105 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local
21110 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionInt()
21122 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local
21127 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionFP()
21146 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local
21150 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionOrderedFP()
/src/contrib/libedit/
H A DChangeLog1410 Reduce obfuscation of errno handling. There is only one purpose
3455 * term.c: Reduce diff with tcsh's editor. No functional change

12