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 277 /// \returns True if the ExtractElement instructions in VL can be vectorized
310 /// possible scalar operand in vectorized instruction.
374 /// Returns the vectorized root.
430 /// \returns the pointer to the vectorized value if \p VL is already
431 /// vectorized, or NULL. They may happen in cycles.
447 /// this subtree gets vectorized, we may need to extract the values from the
463 /// vectorized code.
468 /// generating vectorized code.
485 /// The Scalars are vectorized into this value. It is initialized to Null.
493 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) {
    [all...]

Completed in 358 milliseconds