| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 169 ReduceFuncTy Reduce, in parallel_transform_reduce() argument 188 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce() 192 R = Reduce(R, Transform(*It)); in parallel_transform_reduce() 206 FinalResult = Reduce(FinalResult, std::move(PartialResult)); in parallel_transform_reduce() 240 ReduceFuncTy Reduce, in parallelTransformReduce() argument 244 return parallel::detail::parallel_transform_reduce(Begin, End, Init, Reduce, in parallelTransformReduce() 249 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce() 268 ReduceFuncTy Reduce, in parallelTransformReduce() argument 270 return parallelTransformReduce(std::begin(R), std::end(R), Init, Reduce, in parallelTransformReduce()
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5420-arndale-octa.dts | 102 * 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
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32mp15xc-lxa-tac.dtsi | 187 /* Reduce EMI emission by reducing RGMII drive strength */ 389 /* Reduce RGMII EMI emissions by reducing drive strength */
|
| /freebsd/contrib/xz/ |
| H A D | TODO | 43 - Reduce memory usage of the current method.
|
| /freebsd/contrib/smbfs/ |
| H A D | HISTORY | 83 - Reduce overhead caused by using single hash table for each mount point.
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 791 auto Reduce = [&](Association A, Association B) -> Association { in generateGetDirectiveAssociation() local 836 Association R = Reduce(Result, A); in generateGetDirectiveAssociation()
|
| /freebsd/libexec/bootpd/ |
| H A D | Changes | 80 Reduce noize at debug level one, where log messages
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 45 "Reduce depth if mutations lose unique features")
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 741 bits<32> GroupOperation = !cond(!not(!eq(!find(name, "group_reduce"), -1)) : Reduce.Value, 744 … !not(!eq(!find(name, "group_ballot_bit_count"), -1)) : Reduce.Value, 747 … !not(!eq(!find(name, "group_non_uniform_reduce"), -1)) : Reduce.Value, 750 … !not(!eq(!find(name, "group_non_uniform_reduce_logical"), -1)) : Reduce.Value,
|
| H A D | SPIRVInstructionSelector.cpp | 2242 .addImm(SPIRV::GroupOperation::Reduce) in selectWaveActiveCountBits() 2273 .addImm(SPIRV::GroupOperation::Reduce) in selectWaveReduceMax() 2300 .addImm(SPIRV::GroupOperation::Reduce) in selectWaveReduceSum()
|
| H A D | SPIRVModuleAnalysis.cpp | 1413 case SPIRV::GroupOperation::Reduce: in addInstrRequirements()
|
| H A D | SPIRVSymbolicOperands.td | 1611 defm Reduce : GroupOperationOperand<0, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNonUnifor…
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.rc | 672 AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
|
| /freebsd/contrib/openpam/ |
| H A D | HISTORY | 153 - ENHANCE: Reduce the amount of pointless error messages generated
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 190 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 1412 // Scalar Reduce Pairwise Addition (Scalar and Floating Point) 1416 // Scalar Reduce Floating Point Pairwise Max/Min 1422 // Scalar Reduce Floating Point Pairwise maxNum/minNum
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2797 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local 2798 return DAG.getNode(ISD::TRUNCATE, dl, ResVT, Reduce); in PromoteIntOp_VECREDUCE() 2829 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); in PromoteIntOp_VP_REDUCE() local 2830 return DAG.getNode(ISD::TRUNCATE, DL, VT, Reduce); in PromoteIntOp_VP_REDUCE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 14980 SDValue Reduce = Extract.getOperand(0); in combineBinOpToReduce() local 14981 if (!Extract.hasOneUse() || !Reduce.hasOneUse()) in combineBinOpToReduce() 14984 SDValue ScalarV = Reduce.getOperand(2); in combineBinOpToReduce() 15008 if (!isNonZeroAVL(Reduce.getOperand(5))) in combineBinOpToReduce() 15023 SDValue Ops[] = {Reduce.getOperand(0), Reduce.getOperand(1), in combineBinOpToReduce() 15024 NewScalarV, Reduce.getOperand(3), in combineBinOpToReduce() 15025 Reduce.getOperand(4), Reduce.getOperand(5)}; in combineBinOpToReduce() 15027 DAG.getNode(Reduce.getOpcode(), DL, Reduce.getValueType(), Ops); in combineBinOpToReduce()
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 278 perf: Reduce compression stack usage by 1 KB, by @terrelln
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 778 HelpText<"Reduce maximum alignment for common symbols to a hex power-of-2 <boundary>">,
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 257 J. E. Grimes Scheduling to Reduce Conflict in 1839 R. Sethi Scheduling Independent Tasks To Reduce
|
| /freebsd/contrib/tnftp/ |
| H A D | ChangeLog | 114 * Reduce differences between NetBSD-ftp and local copy.
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 201 - Reduce the number of pages committed from sanity checking in debug build.
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 508 #902 tests: Reduce use of global parser instance
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 21845 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionInt() local 21850 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionInt() 21862 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, VecToReduce); in combineSVEReductionFP() local 21867 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionFP() 21886 SDValue Reduce = DAG.getNode(Opc, DL, ReduceVT, Pred, InitVal, VecToReduce); in combineSVEReductionOrderedFP() local 21890 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, N->getValueType(0), Reduce, in combineSVEReductionOrderedFP()
|