Searched refs:InnerLoopVectorizer (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 438 class InnerLoopVectorizer { class 464 virtual ~InnerLoopVectorizer() = default; 735 class InnerLoopUnroller : public InnerLoopVectorizer { 1002 void InnerLoopVectorizer::collectPoisonGeneratingRecipes( in collectPoisonGeneratingRecipes() 1083 PHINode *InnerLoopVectorizer::getReductionResumeValue( in getReductionResumeValue() 2541 void InnerLoopVectorizer::vectorizeInterleaveGroup( in vectorizeInterleaveGroup() 3104 void InnerLoopVectorizer::createInductionResumeValues( in createInductionResumeValues() 3221 InnerLoopVectorizer::createVectorizedLoopSkeleton() { in createVectorizedLoopSkeleton() 3296 void InnerLoopVectorizer::fixupIVUsers(PHINode *OrigPhi, in fixupIVUsers() 3729 void InnerLoopVectorizer::fixFirstOrderRecurrence( in fixFirstOrderRecurrence() [all …]
|
| H A D | LoopVectorizationPlanner.h | 314 InnerLoopVectorizer &LB, DominatorTree *DT,
|
| H A D | VPlan.h | 55 class InnerLoopVectorizer; variable 204 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState() 363 InnerLoopVectorizer *ILV;
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 46 InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
|