Searched defs:vectorize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp99 #define LV_NAME "loop-vectorize"
118 /// We don't vectorize loops with a known constant trip count below this number.
122 cl::desc("Don't vectorize loops with a constant "
183 "loop-vectorize-with-block-frequency", cl::init(false), cl::Hidden,
195 "vectorize-num-stores-pred", cl::init(1), cl::Hidden,
261 void vectorize(LoopVectorizationLegality *L) { function in class:__anon26368::InnerLoopVectorizer
319 /// A helper function to vectorize a single BB within the innermost loop.
356 /// When we widen (vectorize) values we place them in the map. If the values
521 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, and
530 /// single induction variable, that all types are supported and vectorize
[all...]

Completed in 116 milliseconds