HomeSort by relevance Sort by last modified time
    Searched defs:Vectorize (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 104 .Case("vectorize", LoopHintAttr::Vectorize)
111 .Default(LoopHintAttr::Vectorize);
119 } else if (Option == LoopHintAttr::Vectorize ||
145 // There are 4 categories of loop hints attributes: vectorize, interleave,
169 enum { Vectorize, Interleave, Unroll, Distribute } Category;
171 case LoopHintAttr::Vectorize:
173 Category = Vectorize;
191 if (Option == LoopHintAttr::Vectorize ||
194 // Enable|Disable|AssumeSafety hint. For example, vectorize(enable)
    [all...]
  /art/compiler/optimizing/
loop_optimization.cc 485 // Vectorize loop, if possible and valid.
491 Vectorize(node, body, exit, trip_count);
520 return false; // failure to vectorize a left-hand-side
573 void HLoopOptimization::Vectorize(LoopNode* node,
    [all...]

Completed in 78 milliseconds