/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 188 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 D | LoopVectorizationPlanner.h | 169 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/ |
D | TargetLibraryInfo.h | 46 ElementCount VectorizationFactor; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
|
D | LoopAccessAnalysis.h | 41 static unsigned VectorizationFactor; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 46 ElementCount VectorizationFactor; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
|
D | LoopAccessAnalysis.h | 41 static unsigned VectorizationFactor; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 46 ElementCount VectorizationFactor; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
|
D | LoopAccessAnalysis.h | 41 static unsigned VectorizationFactor; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 46 ElementCount VectorizationFactor; variable 53 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix) in VecDesc()
|
D | LoopAccessAnalysis.h | 41 static unsigned VectorizationFactor; member
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 56 unsigned VectorizationFactor; member
|
H A D | LoopAccessAnalysis.h | 79 static unsigned VectorizationFactor; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 31 unsigned VectorizationFactor; member
|
H A D | LoopAccessAnalysis.h | 47 static unsigned VectorizationFactor; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 33 ElementCount VectorizationFactor; member
|
H A D | LoopAccessAnalysis.h | 42 static unsigned VectorizationFactor; member
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 33 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 D | LoopAccessAnalysis.cpp | 75 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 D | LoopAccessAnalysis.cpp | 75 VectorizationFactor("force-vector-width", cl::Hidden, variable 78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1612 struct VectorizationFactor { struct in __anond9ee33c50111::LoopVectorizationCostModel 1613 unsigned Width; // Vector width with best cost 1614 unsigned Cost; // Cost of the loop with that width
|