Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h229 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
251 InductionList *getInductionVars() { return &Inductions; } in getInductionVars()
436 InductionList Inductions;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp91 LoopVectorizationLegality::InductionList Inductions; in TEST_F()
121 LoopVectorizationLegality::InductionList Inductions; in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.h30 LoopVectorizationLegality::InductionList *Inductions,
DVPlanHCFGTransforms.cpp22 LoopVectorizationLegality::InductionList *Inductions, in VPInstructionsToVPRecipes()
DLoopVectorize.cpp2909 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createVectorizedLoopSkeleton()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1365 typedef MapVector<PHINode *, InductionDescriptor> InductionList; typedef in __anon63bf7e8f0111::LoopVectorizationLegality
1383 InductionList *getInductionVars() { return &Inductions; } in getInductionVars()
1566 InductionList Inductions;
3063 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createEmptyLoop()