HomeSort by: relevance | last modified time | path
    Searched refs:Unrolled (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 97 OptReportLocationItemInfo Unrolled;
106 Unrolled |= RHS.Unrolled;
122 else if (Unrolled < RHS.Unrolled)
124 else if (RHS.Unrolled < Unrolled)
235 UpdateLLII(LI.Unrolled);
289 bool NothingUnrolled = !MaxLI.Unrolled.Transformed;
321 UnrolledCols += CI.second.Unrolled.Analyzed
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp 10 /// unrolled. Moreover, these functions manages the stack of loop which is
29 enum Kind { Normal, Unrolled } K;
43 return LoopState(Unrolled, S, L, N);
45 bool isUnrolled() const { return K == Unrolled; }
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
mul_basecase.asm 45 dnl With 16 the inner unrolled loop fits exactly in a 256 byte block, which
68 C The main unrolled addmul loop could be shared by mpn_addmul_1, using some
379 C Unrolled loop.
381 C The unrolled inner loop is the same as in aorsmul_1.asm, see that code for
387 C VAR_JMP is the computed jump into the unrolled loop.
389 C PARAM_XP and PARAM_WP get offset appropriately for where the unrolled loop
393 C start of the unrolled loop. This can't just be fetched through the xp
401 C in the unrolled loop.
404 C to give the starting point in the destination for each unrolled loop (this
424 dnl unrolled loop is 255 instead of 256 bytes, but quite how this affect
    [all...]
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 314 !! Unrolled 8 times

Completed in 16 milliseconds