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

  /external/eigen/Eigen/src/Core/
Assign.h 71 Vectorized = int(Traversal) == InnerVectorizedTraversal
78 UnrollingLimit = EIGEN_UNROLLING_LIMIT * (Vectorized ? int(PacketSize) : 1),
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 258 /// \returns True if the ExtractElement instructions in VL can be vectorized
291 /// possible scalar operand in vectorized instruction.
355 /// Returns the vectorized root.
411 /// \returns the pointer to the vectorized value if \p VL is already
412 /// vectorized, or NULL. They may happen in cycles.
428 /// this subtree gets vectorized, we may need to extract the values from the
444 /// vectorized code.
449 /// generating vectorized code.
466 /// The Scalars are vectorized into this value. It is initialized to Null.
474 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) {
    [all...]

Completed in 1313 milliseconds