Home
last modified time | relevance | path

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

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