Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp95 case VPInstruction::ComputeFindIVResult: in inferScalarTypeForRecipe()
H A DVPlanUnroll.cpp358 match(&R, m_VPInstruction<VPInstruction::ComputeFindIVResult>( in unrollBlock()
H A DVPlanRecipes.cpp486 case VPInstruction::ComputeFindIVResult: in getNumOperandsForOpcode()
752 case VPInstruction::ComputeFindIVResult: { in generate()
988 getOpcode() == VPInstruction::ComputeFindIVResult || in isVectorToScalar()
1092 case VPInstruction::ComputeFindIVResult: in onlyFirstLaneUsed()
1182 case VPInstruction::ComputeFindIVResult: in print()
H A DLoopVectorize.cpp7135 assert(RdxResult->getOpcode() == VPInstruction::ComputeFindIVResult && in getStartValueFromReductionResult()
7157 EpiRedResult->getOpcode() != VPInstruction::ComputeFindIVResult)) in fixReductionScalarResumeWhenVectorizingEpilog()
9153 VPInstruction::ComputeFindIVResult); in adjustRecipesForReductions()
9180 Builder.createNaryOp(VPInstruction::ComputeFindIVResult, in adjustRecipesForReductions()
9704 if (!VPI || VPI->getOpcode() != VPInstruction::ComputeFindIVResult) in preparePlanForMainVectorLoop()
9799 VPI->getOpcode() == VPInstruction::ComputeFindIVResult); in preparePlanForEpilogueVectorLoop()
H A DVPlan.h979 ComputeFindIVResult, enumerator