OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numfeatures
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCSubtargetInfo.cpp
36
NumFeatures
= NF;
41
ProcFeatures,
NumFeatures
);
50
ProcFeatures,
NumFeatures
);
66
ProcFeatures,
NumFeatures
);
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
87
unsigned
NumFeatures
= 0;
117
++
NumFeatures
;
128
return
NumFeatures
;
595
unsigned
NumFeatures
,
660
unsigned
NumFeatures
= FeatureKeyValues(OS);
675
if (
NumFeatures
)
690
OS <<
NumFeatures
<< ", " << NumProcs << ");\n}\n\n";
701
ParseFeaturesFunction(OS,
NumFeatures
, NumProcs);
736
if (
NumFeatures
)
751
OS <<
NumFeatures
<< ", " << NumProcs << ");\n}\n\n"
[
all
...]
SubtargetEmitter.h
55
void ParseFeaturesFunction(raw_ostream &OS, unsigned
NumFeatures
,
AsmMatcherEmitter.cpp
[
all
...]
/external/llvm/include/llvm/MC/
MCSubtargetInfo.h
37
unsigned
NumFeatures
; // Number of processor features
/external/harfbuzz/src/
harfbuzz-shaper.cpp
1072
int
numfeatures
= featurelist.FeatureCount;
local
1108
int
numfeatures
= featurelist.FeatureCount;
local
[
all
...]
Completed in 2187 milliseconds