Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h45 Value *ExplicitVectorLength; variable
69 ExplicitVectorLength(nullptr), in Builder()
83 ExplicitVectorLength = NewExplicitVectorLength; in setEVL()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp46 if (ExplicitVectorLength) in requestEVL()
47 return *ExplicitVectorLength; in requestEVL()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp365 case VPInstruction::ExplicitVectorLength: in canGenerateScalarForFirstLane()
464 case VPInstruction::ExplicitVectorLength: { in generatePerPart()
760 case VPInstruction::ExplicitVectorLength: in onlyFirstLaneUsed()
821 case VPInstruction::ExplicitVectorLength: in print()
H A DVPlanTransforms.cpp1455 auto *VPEVL = new VPInstruction(VPInstruction::ExplicitVectorLength, in tryAddExplicitVectorLength()
H A DVPlan.h1242 ExplicitVectorLength, enumerator