Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAttr.cpp84 Option = LoopHintAttr::Unroll; in handleLoopHintAttr()
94 Option = LoopHintAttr::Unroll; in handleLoopHintAttr()
108 .Case("unroll", LoopHintAttr::Unroll) in handleLoopHintAttr()
121 Option == LoopHintAttr::Unroll || in handleLoopHintAttr()
169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
179 case LoopHintAttr::Unroll: in CheckForIncompatibleAttributes()
181 Category = Unroll; in CheckForIncompatibleAttributes()
192 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
212 (Category == Unroll || in CheckForIncompatibleAttributes()
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp144 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push()
182 case LoopHintAttr::Unroll: in push()
201 case LoopHintAttr::Unroll: in push()
222 case LoopHintAttr::Unroll: in push()
233 case LoopHintAttr::Unroll: in push()
257 case LoopHintAttr::Unroll: in push()
/external/clang/test/CodeGenCXX/
Dpragma-loop.cpp32 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; enumerator
38 #pragma clang loop unroll_count(static_cast<int>(Tuner::Unroll)) in for_test()
/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/llvm/test/Other/
Dpass-pipelines.ll78 ; CHECK-O2-NEXT: Unroll loops
/external/eigen/Eigen/src/Core/
DProductEvaluators.h495 Unroll = CoeffReadCost <= EIGEN_UNROLLING_LIMIT,
565 Unroll ? int(InnerSize) : Dynamic,
/external/clang/include/clang/Basic/
DAttr.td2223 "Unroll", "UnrollCount", "Distribute"]>,
2236 case Unroll: return "unroll";
/external/llvm/docs/
DPasses.rst806 ``-loop-unroll``: Unroll loops
/external/elfutils/libdw/
DChangeLog339 * memory-access.h (__libdw_get_sleb128): Unroll the first step to help