Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h233 struct VectorizationFactor { struct
247 VectorizationFactor(ElementCount Width, InstructionCost Cost, in VectorizationFactor() argument
252 static VectorizationFactor Disabled() { in Disabled() argument
/freebsd/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.h42 static unsigned VectorizationFactor; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp74 VectorizationFactor("force-vector-width", cl::Hidden, variable
77 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams