HomeSort by: relevance | last modified time | path
    Searched refs:Flattened (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 998 /// flattened and the uses are updated to use it. Also marks \p Inst for
1005 Value *Flattened = nullptr;
1008 if (!Flattened)
1009 Flattened = Matrix.embedInVector(Builder);
1010 U.set(Flattened);
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 44 flattened-tree representation of the system's hardware based on the
55 This flattened-tree approach is now the only supported method of
107 \section{The Flattened Tree}
114 compact, flattened format. The resulting device tree ``blob'' is then
121 directly from the entry point taking a flattened device tree. The
129 \subsection{Properties of the flattened tree}
131 The flattened tree format should be easy to handle, both for the
141 make tweaks to the flattened tree, such as deleting or inserting a
143 having to effectively regenerate the whole flattened tree. In
247 Having seen how to represent the device tree structure as a flattened
    [all...]

Completed in 44 milliseconds