Lines Matching full:brief
36 /// \brief Attributes that may be specified on loops.
41 /// \brief Generate llvm.loop.parallel metadata for loads and stores.
44 /// \brief State of loop vectorization or unrolling.
47 /// \brief Value for llvm.loop.vectorize.enable metadata.
50 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full).
53 /// \brief Value for llvm.loop.vectorize.width metadata.
56 /// \brief Value for llvm.loop.interleave.count metadata.
59 /// \brief llvm.unroll.
62 /// \brief Value for llvm.loop.distribute.enable metadata.
66 /// \brief Information used when generating a structured loop.
69 /// \brief Construct a new LoopInfo for the loop with entry Header.
73 /// \brief Get the loop id metadata for this loop.
76 /// \brief Get the header block of this loop.
79 /// \brief Get the set of attributes active for this loop.
83 /// \brief Loop ID metadata.
85 /// \brief Header block of this loop.
87 /// \brief The attributes for this loop.
91 /// \brief A stack of loop information corresponding to loop nesting levels.
101 /// \brief Begin a new structured loop. The set of staged attributes will be
106 /// \brief Begin a new structured loop. Stage attributes from the Attrs list.
112 /// \brief End the current loop.
115 /// \brief Return the top loop id metadata.
118 /// \brief Return true if the top loop is parallel.
123 /// \brief Function called by the CodeGenFunction when an instruction is
127 /// \brief Set the next pushed loop as parallel.
130 /// \brief Set the next pushed loop 'vectorize.enable'
136 /// \brief Set the next pushed loop as a distribution candidate.
142 /// \brief Set the next pushed loop unroll state.
147 /// \brief Set the vectorize width for the next loop pushed.
150 /// \brief Set the interleave count for the next loop pushed.
153 /// \brief Set the unroll count for the next loop pushed.
157 /// \brief Returns true if there is LoopInfo on the stack.
159 /// \brief Return the LoopInfo for the current loop. HasInfo should be called
162 /// \brief The set of attributes that will be applied to the next pushed loop.
164 /// \brief Stack of active loops.