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

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 292 /// context means the creation of vectors from a group of scalars.
314 /// \returns a vector from a collection of scalars in \p VL.
318 TreeEntry() : Scalars(), VectorizedValue(0), LastScalarIndex(0),
321 /// \returns true if the scalars in VL are equal to this entry.
323 assert(VL.size() == Scalars.size() && "Invalid size");
325 if (VL[i] != Scalars[i])
330 /// A vector of scalars.
331 ValueList Scalars;
333 /// The Scalars are vectorized into this value. It is initialized to Null.
348 Last->Scalars.insert(Last->Scalars.begin(), VL.begin(), VL.end())
    [all...]
LoopVectorize.cpp 137 /// This class performs the widening of scalars into vectors, or multiple
138 /// scalars. This class also implements the following features:
142 /// * Scalarization (implementation using scalars) of un-vectorizable
209 /// of scalars.
324 /// Maps scalars to widened vectors.
364 /// * Scalars checks - The code in canVectorizeInstrs and canVectorizeMemory
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2215 milliseconds