Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h188 struct VectorizationFactor { struct
202 VectorizationFactor(ElementCount Width, InstructionCost Cost, in VectorizationFactor() argument
207 static VectorizationFactor Disabled() { in Disabled() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h169 struct VectorizationFactor { struct
176 static VectorizationFactor Disabled() { return {1, 0}; } in Disabled() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetLibraryInfo.h46 ElementCount VectorizationFactor; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
DLoopAccessAnalysis.h41 static unsigned VectorizationFactor; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTargetLibraryInfo.h46 ElementCount VectorizationFactor; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
DLoopAccessAnalysis.h41 static unsigned VectorizationFactor; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTargetLibraryInfo.h46 ElementCount VectorizationFactor; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
DLoopAccessAnalysis.h41 static unsigned VectorizationFactor; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetLibraryInfo.h46 ElementCount VectorizationFactor; variable
53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
DLoopAccessAnalysis.h41 static unsigned VectorizationFactor; member
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h56 unsigned VectorizationFactor; member
H A DLoopAccessAnalysis.h79 static unsigned VectorizationFactor; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h31 unsigned VectorizationFactor; member
H A DLoopAccessAnalysis.h47 static unsigned VectorizationFactor; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h33 ElementCount VectorizationFactor; member
H A DLoopAccessAnalysis.h42 static unsigned VectorizationFactor; member
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp33 VectorizationFactor("force-vector-width", cl::Hidden, variable
36 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp75 VectorizationFactor("force-vector-width", cl::Hidden, variable
78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp75 VectorizationFactor("force-vector-width", cl::Hidden, variable
78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1612 struct VectorizationFactor { struct in __anond9ee33c50111::LoopVectorizationCostModel
1613 unsigned Width; // Vector width with best cost
1614 unsigned Cost; // Cost of the loop with that width