Searched refs:accumulate (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1179 std::accumulate(EdgeFreqLs.begin(), EdgeFreqLs.end(), BlockFrequency(0))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2369 // Don't accumulate cost (or recurse through) blocks not in our block cost
2382 int Cost = std::accumulate(
H A DLoopStrengthReduce.cpp1216 return std::accumulate(S->op_begin(), S->op_end(), 0,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1379 unsigned N = std::accumulate(V.begin(), V.end(), 0u,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4460 /// genFusedMultiplyAcc - Helper to generate fused multiply accumulate
4491 /// genFusedMultiplyAccNeg - Helper to generate fused multiply accumulate
4506 /// genFusedMultiplyIdx - Helper to generate fused multiply accumulate
4518 /// genFusedMultiplyAccNeg - Helper to generate fused multiply accumulate
5852 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
6280 [&LRU](MachineInstr &MI) { LRU.accumulate(MI); });
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5669 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
5818 [&LRU](MachineInstr &MI) { LRU.accumulate(MI); });
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2342 Dur sum = std::accumulate(std::begin(v), std::end(v), Dur());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1077 unsigned NumEllipses = std::accumulate(
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha1-armv4-large.S1330 ldmia r0,{r9,r10,r11,r12} @ accumulate context
H A Decp_nistz256-armv4.S2857 adds r4,r4,r14 @ accumulate high part of mult
2900 adds r5,r5,r0 @ accumulate high part of mult
2953 adds r6,r6,r0 @ accumulate high part of mult
3006 adds r7,r7,r0 @ accumulate high part of mult
3059 adds r8,r8,r0 @ accumulate high part of mult
3112 adds r9,r9,r0 @ accumulate high part of mult
3165 adds r10,r10,r0 @ accumulate high part of mult
3218 adds r11,r11,r0 @ accumulate high part of mult
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp6925 double sum = std::accumulate(first, last, 0.);
6980 std::tie(sum_squares, sum_cubes) = std::accumulate(jack.begin(), jack.end(), std::make_pair(0., 0.), [jack_mean](std::pair<double, double> sqcb, double x) -> std::pair<double, double> {
7646 double variance = std::accumulate(first, last, 0., [m](double a, double b) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8767 std::accumulate(RepeatedSequenceLocs[0].front(),
H A DX86ISelLowering.cpp14277 TripleInputSum - std::accumulate(TripleInputs.begin(), TripleInputs.end(), 0);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4717 unsigned NumDependencies = std::accumulate(

Completed in 391 milliseconds

123