Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp356 match(&R, m_VPInstruction<VPInstruction::ComputeReductionResult>( in unrollBlock()
H A DVPlanAnalysis.cpp96 case VPInstruction::ComputeReductionResult: { in inferScalarTypeForRecipe()
H A DVPlanConstruction.cpp743 if (VPI && VPI->getOpcode() == VPInstruction::ComputeReductionResult) in handleMaxMinNumReductions()
H A DVPlanRecipes.cpp476 case VPInstruction::ComputeReductionResult: in getNumOperandsForOpcode()
782 case VPInstruction::ComputeReductionResult: { in generate()
989 getOpcode() == VPInstruction::ComputeReductionResult || in isVectorToScalar()
1185 case VPInstruction::ComputeReductionResult: in print()
1788 Opcode == VPInstruction::ComputeReductionResult; in flagsValidForOpcode()
H A DLoopVectorize.cpp7156 EpiRedResult->getOpcode() != VPInstruction::ComputeReductionResult && in fixReductionScalarResumeWhenVectorizingEpilog()
9151 VPInstruction::ComputeReductionResult || in adjustRecipesForReductions()
9193 Builder.createNaryOp(VPInstruction::ComputeReductionResult, in adjustRecipesForReductions()
9798 VPI->getOpcode() == VPInstruction::ComputeReductionResult || in preparePlanForEpilogueVectorLoop()
H A DVPlan.h980 ComputeReductionResult, enumerator