Home
last modified time | relevance | path

Searched refs:Unroll (Results 1 – 13 of 13) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp71 Option = ValueExpr ? LoopHintAttr::UnrollCount : LoopHintAttr::Unroll; in handleLoopHintAttr()
74 Option = LoopHintAttr::Unroll; in handleLoopHintAttr()
85 .Case("unroll", LoopHintAttr::Unroll) in handleLoopHintAttr()
102 Option == LoopHintAttr::Unroll) { in handleLoopHintAttr()
142 enum { Vectorize, Interleave, Unroll }; in CheckForIncompatibleAttributes() enumerator
152 case LoopHintAttr::Unroll: in CheckForIncompatibleAttributes()
154 Category = Unroll; in CheckForIncompatibleAttributes()
161 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll) { in CheckForIncompatibleAttributes()
180 (Category == Unroll || in CheckForIncompatibleAttributes()
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpragma-loop.cpp31 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; enumerator
37 #pragma clang loop unroll_count(static_cast<int>(Tuner::Unroll)) in for_test()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/X86/
H A Dunroll_selection.ll50 ; This is a small loop. Unroll it twice.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll11 ; Unroll count metadata should be replaced with unroll(disable). Vectorize
71 ; Unroll metadata should not change.
/minix/external/bsd/llvm/dist/llvm/test/Feature/
H A Doptnone-opt.ll73 ; OPT-LOOP-DAG: Skipping pass 'Unroll loops'
/minix/crypto/external/bsd/openssl/dist/crypto/
H A Dopensslconf.h.in107 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp616 case LoopHintAttr::Unroll: in EmitCondBrHints()
655 case LoopHintAttr::Unroll: in EmitCondBrHints()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1894 "Unroll", "UnrollCount"]>,
1907 case Unroll: return "unroll";
1942 OS << (option == Unroll ? "full" : "enable");
/minix/external/bsd/llvm/dist/llvm/docs/
H A DPasses.rst814 ``-loop-unroll``: Unroll loops
/minix/external/bsd/bind/dist/bin/pkcs11/
H A Dopenssl-0.9.8zc-patch485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
H A Dopenssl-1.0.0o-patch485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
H A Dopenssl-1.0.1j-patch485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
/minix/external/public-domain/xz/dist/
H A DChangeLog992 liblzma: SHA-256: Unroll a little more.