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

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 187 /// \returns True if the ExtractElement instructions in VL can be vectorized
279 /// \returns the pointer to the vectorized value if \p VL is already
280 /// vectorized, or NULL. They may happen in cycles.
296 /// this subtree gets vectorized, we may need to extract the values from the
333 /// The Scalars are vectorized into this value. It is initialized to Null.
344 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, bool Vectorized) {
349 Last->NeedToGather = !Vectorized;
350 if (Vectorized) {
373 /// This POD struct describes one external user in the vectorized tree.
408 /// Instruction builder to construct the vectorized tree
    [all...]
  /external/eigen/Eigen/src/Core/
Assign.h 71 Vectorized = int(Traversal) == InnerVectorizedTraversal
78 UnrollingLimit = EIGEN_UNROLLING_LIMIT * (Vectorized ? int(PacketSize) : 1),

Completed in 59 milliseconds