Home
last modified time | relevance | path

Searched refs:LoopVectorizeHints (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp242 class LoopVectorizeHints;
880 class LoopVectorizeHints { class
926 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() function in __anon63bf7e8f0111::LoopVectorizeHints
951 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
959 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
988 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemark()
992 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()
1013 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
1015 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth() == 0) in vectorizeAnalysisPassName()
1026 return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1; in allowReordering()
[all …]