Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp139 if (EVL.getOpcode() != VPInstruction::ExplicitVectorLength) { in verifyEVLRecipe()
293 if (EVL->getOpcode() == VPInstruction::ExplicitVectorLength && in verifyVPBasicBlock()
H A DVPlanAnalysis.cpp99 case VPInstruction::ExplicitVectorLength: in inferScalarTypeForRecipe()
H A DVPlanRecipes.cpp465 case VPInstruction::ExplicitVectorLength: in getNumOperandsForOpcode()
518 case VPInstruction::ExplicitVectorLength: in canGenerateScalarForFirstLane()
653 case VPInstruction::ExplicitVectorLength: { in generate()
961 case VPInstruction::ExplicitVectorLength: { in computeCost()
1081 case VPInstruction::ExplicitVectorLength: in onlyFirstLaneUsed()
1146 case VPInstruction::ExplicitVectorLength: in print()
H A DVPlan.h962 ExplicitVectorLength, enumerator
H A DVPlanTransforms.cpp2338 auto *VPEVL = Builder.createNaryOp(VPInstruction::ExplicitVectorLength, AVL, in tryAddExplicitVectorLength()
H A DLoopVectorize.cpp4288 case VPInstruction::ExplicitVectorLength: in selectVectorizationFactor()
7371 return VI->getOpcode() == VPInstruction::ExplicitVectorLength; in executePlan()