OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumVectorInstructions
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp
93
STATISTIC(
NumVectorInstructions
, "Number of vector accesses generated");
1137
++
NumVectorInstructions
;
1306
++
NumVectorInstructions
;
SLPVectorizer.cpp
108
STATISTIC(
NumVectorInstructions
, "Number of vector instructions generated");
5020
++
NumVectorInstructions
;
5051
++
NumVectorInstructions
;
5073
++
NumVectorInstructions
;
5093
++
NumVectorInstructions
;
5116
++
NumVectorInstructions
;
5159
++
NumVectorInstructions
;
5202
++
NumVectorInstructions
;
5232
++
NumVectorInstructions
;
5271
++
NumVectorInstructions
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
300
unsigned
NumVectorInstructions
= 0;
830
if (
NumVectorInstructions
<= NumInstructions / 10)
832
else if (
NumVectorInstructions
<= NumInstructions / 2)
869
assert(
NumVectorInstructions
== 0);
2103
++
NumVectorInstructions
;
Completed in 32 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026