OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVEVectorCostFactor
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp
259
// If
MVEVectorCostFactor
is still 0 (has not been set to anything else), default it to 2
260
if (
MVEVectorCostFactor
== 0)
261
MVEVectorCostFactor
= 2;
ARMSubtarget.h
507
unsigned
MVEVectorCostFactor
= 0;
928
return
MVEVectorCostFactor
;
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026