Home
last modified time | relevance | path

Searched defs:VectorizationFactor (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h215 struct VectorizationFactor { struct
229 VectorizationFactor(ElementCount Width, InstructionCost Cost, in VectorizationFactor() function
234 static VectorizationFactor Disabled() { in Disabled() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h46 ElementCount VectorizationFactor; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
H A DLoopAccessAnalysis.h41 static unsigned VectorizationFactor; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp73 VectorizationFactor("force-vector-width", cl::Hidden, variable
76 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams