reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7518   LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE);
 7550   LoopVectorizationRequirements Requirements(*ORE);
 7551   LoopVectorizationLegality LVL(L, PSE, DT, TTI, TLI, AA, F, GetLAA, LI, ORE,
 7570                                         ORE, BFI, PSI, Hints);
 7597         "NoImplicitFloat", ORE, L);
 7611         "UnsafeFP", ORE, L);
 7629   LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE,
 7709     ORE->emit([&]() {
 7714     ORE->emit([&]() {
 7722     ORE->emit([&]() {
 7730     ORE->emit([&]() {
 7751     InnerLoopUnroller Unroller(L, PSE, LI, DT, TLI, TTI, AC, ORE, IC, &LVL,
 7755     ORE->emit([&]() {
 7763     InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
 7775     ORE->emit([&]() {
 7817   ORE = &ORE_;
 7848     collectSupportedLoops(*L, LI, ORE, Worklist);