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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 80 .Cases("unroll", "nounroll", "unroll_and_jam", "nounroll_and_jam",
103 SetHints(LoopHintAttr::Unroll, LoopHintAttr::Disable);
104 } else if (PragmaName == "unroll") {
105 // #pragma unroll N
109 SetHints(LoopHintAttr::Unroll, LoopHintAttr::Enable);
129 .Case("unroll", LoopHintAttr::Unroll)
155 Option == LoopHintAttr::Unroll ||
253 // unroll, unroll_and_jam, pipeline and distribute. Except for distribute they
256 // (for unroll, default indicates full unrolling rather than enabling th
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp 95 // createFullUnrollMetadata will already have added llvm.loop.unroll.disable
105 // Don't unroll an already unrolled loop.
107 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable")));
117 // Setting unroll.count
119 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"),
125 // Setting unroll.full or unroll.disable
127 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")};
133 Ctx, {MDString::get(Ctx, "llvm.loop.unroll.followup_all"), Followup}));
394 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable")))
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
addmul_1.asm 44 C * Unroll 4x if that proves beneficial.
mul_1.asm 44 C * Unroll 4x if that proves beneficial.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
aorrlsh_n.asm 49 C 4) Unroll more, handling CL negation, carry save/restore cost much now
lshsub_n.asm 48 C 4) Unroll more, handling CL negation, carry save/restore cost much now
  /src/external/lgpl3/gmp/dist/mpn/m88k/
mul_1.s 48 ; 1. Unroll main loop 4-8 times.
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p6/
aorsmul_1.asm 45 C * Unroll more. 8-way unrolling would bring us to 10 c/l, 16-way unrolling
mul_basecase.asm 41 C * Unroll more. 8-way unrolling would bring us to 10 c/l, 16-way unrolling
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
addmul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
47 C it is very straightforward to unroll, using an exit branch midways.
mul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
47 C it is very straightforward to unroll, using an exit branch midways.
submul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
47 C it is very straightforward to unroll, using an exit branch midways.

Completed in 29 milliseconds