Searched refs:Unroll (Results 1 – 13 of 13) sorted by relevance
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 71 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 D | pragma-loop.cpp | 31 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 D | unroll_selection.ll | 50 ; This is a small loop. Unroll it twice.
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnroll/ |
H A D | unroll-pragmas-disabled.ll | 11 ; 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 D | optnone-opt.ll | 73 ; OPT-LOOP-DAG: Skipping pass 'Unroll loops'
|
/minix/crypto/external/bsd/openssl/dist/crypto/ |
H A D | opensslconf.h.in | 107 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 616 case LoopHintAttr::Unroll: in EmitCondBrHints() 655 case LoopHintAttr::Unroll: in EmitCondBrHints()
|
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 1894 "Unroll", "UnrollCount"]>, 1907 case Unroll: return "unroll"; 1942 OS << (option == Unroll ? "full" : "enable");
|
/minix/external/bsd/llvm/dist/llvm/docs/ |
H A D | Passes.rst | 814 ``-loop-unroll``: Unroll loops
|
/minix/external/bsd/bind/dist/bin/pkcs11/ |
H A D | openssl-0.9.8zc-patch | 485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
H A D | openssl-1.0.0o-patch | 485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
H A D | openssl-1.0.1j-patch | 485 /* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
/minix/external/public-domain/xz/dist/ |
H A D | ChangeLog | 992 liblzma: SHA-256: Unroll a little more.
|