Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
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()
/external/clang/test/CodeGen/
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()
/external/eigen/Eigen/src/Core/products/
DCoeffBasedProduct.h132 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT,
137 Unroll ? (InnerSize==0 ? 0 : InnerSize-1) : Dynamic,
188 Unroll ? (InnerSize==0 ? 0 : InnerSize-1) : Dynamic,
/external/llvm/test/Transforms/LoopUnroll/
Dunroll-pragmas-disabled.ll11 ; Unroll count metadata should be replaced with unroll(disable). Vectorize
71 ; Unroll metadata should not change.
/external/llvm/test/Transforms/LoopVectorize/X86/
Dunroll_selection.ll50 ; This is a small loop. Unroll it twice.
/external/llvm/test/Feature/
Doptnone-opt.ll73 ; OPT-LOOP-DAG: Skipping pass 'Unroll loops'
/external/clang/lib/CodeGen/
DCGStmt.cpp615 case LoopHintAttr::Unroll: in EmitCondBrHints()
654 case LoopHintAttr::Unroll: in EmitCondBrHints()
/external/clang/include/clang/Basic/
DAttr.td1931 "Unroll", "UnrollCount"]>,
1944 case Unroll: return "unroll";
1979 OS << (option == Unroll ? "full" : "enable");
/external/llvm/docs/
DPasses.rst814 ``-loop-unroll``: Unroll loops
/external/elfutils/src/libdw/
DChangeLog29 * memory-access.h (__libdw_get_sleb128): Unroll the first step to help