Searched refs:LoopVectorizeHints (Results 1 – 1 of 1) sorted by relevance
218 class LoopVectorizeHints;1031 class LoopVectorizeHints { class1076 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() function in __anonfb91178e0111::LoopVectorizeHints1101 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()1109 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()1138 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemark()1142 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()1164 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()1166 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth() == 0) in vectorizeAnalysisPassName()1177 return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1; in allowReordering()[all …]