Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h170 ReduceFuncTy Reduce, in parallel_transform_reduce() argument
189 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
193 R = Reduce(R, Transform(*It)); in parallel_transform_reduce()
207 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()
/openbsd/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py67 class Reduce(object): class
414 r = Reduce(crash_script, file_to_reduce, core_number)
/openbsd/sys/arch/sparc64/sparc64/
H A Din_cksum.S175 srlx %o3, 32, %o4 ! Reduce to 32-bits
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DChanges126 - Reduce memory usage by not importing from Carp
127 - Reduce memory usage by removing unused overload require.
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td578 bits<32> GroupOperation = !cond(!not(!eq(!find(name, "group_reduce"), -1)) : Reduce.Value,
581 … !not(!eq(!find(name, "group_ballot_bit_count"), -1)) : Reduce.Value,
584 … !not(!eq(!find(name, "group_non_uniform_reduce"), -1)) : Reduce.Value,
587 … !not(!eq(!find(name, "group_non_uniform_reduce_logical"), -1)) : Reduce.Value,
H A DSPIRVModuleAnalysis.cpp833 case SPIRV::GroupOperation::Reduce: in addInstrRequirements()
H A DSPIRVSymbolicOperands.td1451 defm Reduce : GroupOperationOperand<0, 0, 0, [], [Kernel, GroupNonUniformArithmetic, GroupNonUnifor…
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DChangeLog223 * Reduce number of calls to getpeername
225 * Reduce calls to getprotobyname/number. Patch from Gisle Aas
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def44 "Reduce depth if mutations lose unique features")
/openbsd/gnu/usr.bin/texinfo/doc/
H A Depsf.tex176 %%% Reduce output of \epsfshowfilenametrue to
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon.td1377 // Scalar Reduce Pairwise Addition (Scalar and Floating Point)
1381 // Scalar Reduce Floating Point Pairwise Max/Min
1387 // Scalar Reduce Floating Point Pairwise maxNum/minNum
/openbsd/gnu/gcc/gcc/
H A Dc.opt486 Reduce the size of object files
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc242 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8212 SDValue Reduce = Extract.getOperand(0); in combineBinOpToReduce() local
8213 if (!Reduce.hasOneUse()) in combineBinOpToReduce()
8216 SDValue ScalarV = Reduce.getOperand(2); in combineBinOpToReduce()
8254 DAG.getNode(Reduce.getOpcode(), DL, Reduce.getValueType(), in combineBinOpToReduce()
8255 Reduce.getOperand(0), Reduce.getOperand(1), NewScalarV, in combineBinOpToReduce()
8256 Reduce.getOperand(3), Reduce.getOperand(4)); in combineBinOpToReduce()
/openbsd/gnu/gcc/gcc/objc/
H A DChangeLog847 (CLASS_BINFO_ELTS): Reduce from 6 to 5, now that CLASS_OWN_IVARS is
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-2003496 * mi-disassemble.exp: Reduce number of wild card matches in
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2309 SDValue Reduce = DAG.getNode(Opcode, dl, EltVT, Op); in PromoteIntOp_VECREDUCE() local
2310 return DAG.getNode(ISD::TRUNCATE, dl, ResVT, Reduce); in PromoteIntOp_VECREDUCE()
2341 SDValue Reduce = DAG.getNode(N->getOpcode(), DL, EltVT, NewOps); in PromoteIntOp_VP_REDUCE() local
2342 return DAG.getNode(ISD::TRUNCATE, DL, VT, Reduce); in PromoteIntOp_VP_REDUCE()
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A DChangeLog-1998-2003757 (_tuiRegisterFormat): Reduce size of format result.
/openbsd/gnu/usr.bin/binutils-2.17/ld/po/
H A Dld.pot1557 msgid "Reduce memory overheads, possibly taking much longer"
H A Dzh_CN.po1593 msgid "Reduce memory overheads, possibly taking much longer"
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-200558 * i386-dis.c (MAXLEN): Reduce to architectural limit.
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19952369 (getpkt): Reduce MAX_TRIES to 3.
3339 Reduce tables down to only the load types supported by each
3344 * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem.
3903 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
/openbsd/gnu/usr.bin/binutils/include/elf/
H A DChangeLog-91031288 * common.h (EM_CYGNUS_FR30): Reduce to a 16 bit value.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5300delta.pod1202 Reduce recursion on ops
/openbsd/gnu/llvm/lld/MachO/
H A DOptions.td705 HelpText<"Reduce maximum alignment for common symbols to a hex power-of-2 <boundary>">,

1234