Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp219 class LoopVectorizeHints;
912 const LoopVectorizeHints *Hints) in LoopVectorizationCostModel()
1004 const LoopVectorizeHints *Hints;
1016 class LoopVectorizeHints { class
1062 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() function in __anond293faa00111::LoopVectorizeHints
1088 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemark()
1092 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()
1226 const LoopVectorizeHints &LH) { in emitMissedWarning()
1230 if (LH.getForce() == LoopVectorizeHints::FK_Enabled) { in emitMissedWarning()
1334 LoopVectorizeHints Hints(L, DisableUnrolling); in processLoop()
[all …]