Home
last modified time | relevance | path

Searched refs:VectorizerParams (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp35 cl::location(VectorizerParams::VectorizationFactor));
36 unsigned VectorizerParams::VectorizationFactor;
43 VectorizerParams::VectorizationInterleave));
44 unsigned VectorizerParams::VectorizationInterleave;
50 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
51 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
61 const unsigned VectorizerParams::MaxVectorWidth = 64;
92 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
1117 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1138 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp77 cl::location(VectorizerParams::VectorizationFactor));
78 unsigned VectorizerParams::VectorizationFactor;
85 VectorizerParams::VectorizationInterleave));
86 unsigned VectorizerParams::VectorizationInterleave;
92 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
93 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
103 const unsigned VectorizerParams::MaxVectorWidth = 64;
134 bool VectorizerParams::isInterleaveForced() { in isInterleaveForced()
1293 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1315 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp72 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()
85 : Width("vectorize.width", VectorizerParams::VectorizationFactor, HK_WIDTH), in LoopVectorizeHints()
93 if (VectorizerParams::isInterleaveForced()) in LoopVectorizeHints()
94 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
302 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp435 VectorizerParams::RuntimeMemoryCheckThreshold) { in legalLoopInstructions()
445 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp396 VectorizerParams::RuntimeMemoryCheckThreshold) { in legalLoopInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h43 struct VectorizerParams { struct
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h74 struct VectorizerParams { struct
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1046 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()
1077 : Width("vectorize.width", VectorizerParams::VectorizationFactor, in LoopVectorizeHints()
1086 if (VectorizerParams::isInterleaveForced()) in LoopVectorizeHints()
1087 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
1766 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()