OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumProcs
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSubtargetInfo.h
38
unsigned
NumProcs
; // Number of processors
/external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp
596
unsigned
NumProcs
) {
662
unsigned
NumProcs
= CPUKeyValues(OS);
679
if (
NumProcs
)
690
OS << NumFeatures << ", " <<
NumProcs
<< ");\n}\n\n";
701
ParseFeaturesFunction(OS, NumFeatures,
NumProcs
);
740
if (
NumProcs
)
751
OS << NumFeatures << ", " <<
NumProcs
<< ");\n}\n\n";
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
107
unsigned
NumProcs
);
[
all
...]
Completed in 309 milliseconds