Searched refs:Unroll (Results 1 – 10 of 10) sorted by relevance
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() enumerator152 case LoopHintAttr::Unroll: in CheckForIncompatibleAttributes()154 Category = Unroll; in CheckForIncompatibleAttributes()161 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll) { in CheckForIncompatibleAttributes()180 (Category == Unroll || in CheckForIncompatibleAttributes()
31 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; enumerator37 #pragma clang loop unroll_count(static_cast<int>(Tuner::Unroll)) in for_test()
132 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT,137 Unroll ? (InnerSize==0 ? 0 : InnerSize-1) : Dynamic,188 Unroll ? (InnerSize==0 ? 0 : InnerSize-1) : Dynamic,
11 ; Unroll count metadata should be replaced with unroll(disable). Vectorize71 ; Unroll metadata should not change.
50 ; This is a small loop. Unroll it twice.
73 ; OPT-LOOP-DAG: Skipping pass 'Unroll loops'
615 case LoopHintAttr::Unroll: in EmitCondBrHints()654 case LoopHintAttr::Unroll: in EmitCondBrHints()
1931 "Unroll", "UnrollCount"]>,1944 case Unroll: return "unroll";1979 OS << (option == Unroll ? "full" : "enable");
814 ``-loop-unroll``: Unroll loops
29 * memory-access.h (__libdw_get_sleb128): Unroll the first step to help