OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumProcs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCSubtargetInfo.h
38
unsigned
NumProcs
; // Number of processors
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
57
unsigned
NumProcs
);
665
unsigned
NumProcs
) {
729
unsigned
NumProcs
= CPUKeyValues(OS);
746
if (
NumProcs
)
757
OS << NumFeatures << ", " <<
NumProcs
<< ");\n}\n\n";
768
ParseFeaturesFunction(OS, NumFeatures,
NumProcs
);
811
if (
NumProcs
)
822
OS << NumFeatures << ", " <<
NumProcs
<< ");\n}\n\n";
Completed in 436 milliseconds