HomeSort by relevance Sort by last modified time
    Searched refs:SLP (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 814 LoopT *SLP = SubLoop->ParentLoop; // SubLoopParent
816 std::find(SLP->SubLoops.begin(), SLP->SubLoops.end(), SubLoop);
817 assert(I != SLP->SubLoops.end() &&"SubLoop not a child of parent?");
818 SLP->SubLoops.erase(I); // Remove from parent...
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1 //===- SLPVectorizer.cpp - A bottom up SLP Vectorizer ---------------------===//
9 // This pass implements the Bottom Up SLP vectorizer. It detects consecutive
12 // was found, the SLP vectorizer performs vectorization on the tree.
15 // "Loop-Aware SLP in GCC" by Ira Rosen, Dorit Nuzman, Ayal Zaks.
50 #define SV_NAME "slp-vectorizer"
51 #define DEBUG_TYPE "SLP"
56 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden,
61 ShouldVectorizeHor("slp-vectorize-hor", cl::init(true), cl::Hidden,
65 "slp-vectorize-hor-store", cl::init(false), cl::Hidden,
70 MaxVectorRegSizeOption("slp-max-reg-size", cl::init(128), cl::Hidden
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]

Completed in 228 milliseconds