Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp509 class InnerLoopVectorizer { class
535 virtual ~InnerLoopVectorizer() = default;
794 class InnerLoopUnroller : public InnerLoopVectorizer {
1077 void InnerLoopVectorizer::collectPoisonGeneratingRecipes( in collectPoisonGeneratingRecipes()
2503 void InnerLoopVectorizer::vectorizeInterleaveGroup( in vectorizeInterleaveGroup()
3066 PHINode *InnerLoopVectorizer::createInductionResumeValue( in createInductionResumeValue()
3137 void InnerLoopVectorizer::createInductionResumeValues( in createInductionResumeValues()
3206 InnerLoopVectorizer::createVectorizedLoopSkeleton( in createVectorizedLoopSkeleton()
3271 void InnerLoopVectorizer::fixupIVUsers(PHINode *OrigPhi, in fixupIVUsers()
3547 void InnerLoopVectorizer::fixFixedOrderRecurrence( in fixFixedOrderRecurrence()
[all …]
H A DLoopVectorizationPlanner.h365 InnerLoopVectorizer &LB, DominatorTree *DT,
H A DVPlan.h53 class InnerLoopVectorizer; variable
239 InnerLoopVectorizer *ILV, VPlan *Plan, LLVMContext &Ctx) in VPTransformState()
397 InnerLoopVectorizer *ILV;