Searched refs:NumProcs (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSubtargetInfo.cpp | 37 NumProcs = NP; in InitMCSubtargetInfo() 40 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in InitMCSubtargetInfo() 49 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in ReInitMCSubtargetInfo() 76 for (size_t i = 1; i < NumProcs; i++) { in getInstrItineraryForCPU() 86 std::lower_bound(ProcItins, ProcItins+NumProcs, KV); in getInstrItineraryForCPU() 87 if (Found == ProcItins+NumProcs || StringRef(Found->Key) != CPU) { in getInstrItineraryForCPU()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SubtargetEmitter.cpp | 596 unsigned NumProcs) { in ParseFeaturesFunction() argument 662 unsigned NumProcs = CPUKeyValues(OS); in run() local 679 if (NumProcs) in run() 690 OS << NumFeatures << ", " << NumProcs << ");\n}\n\n"; in run() 701 ParseFeaturesFunction(OS, NumFeatures, NumProcs); in run() 740 if (NumProcs) in run() 751 OS << NumFeatures << ", " << NumProcs << ");\n}\n\n"; in run()
|
D | SubtargetEmitter.h | 56 unsigned NumProcs);
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSubtargetInfo.h | 38 unsigned NumProcs; // Number of processors variable
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 107 unsigned NumProcs); 1343 unsigned NumProcs) { in ParseFeaturesFunction() argument 1407 unsigned NumProcs = CPUKeyValues(OS); in run() local 1424 if (NumProcs) in run() 1451 ParseFeaturesFunction(OS, NumFeatures, NumProcs); in run() 1504 if (NumProcs) in run() 1505 OS << "makeArrayRef(" << Target << "SubTypeKV, " << NumProcs << "), "; in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 123 unsigned NumProcs); 1637 unsigned NumProcs) { in ParseFeaturesFunction() argument 1729 unsigned NumProcs = CPUKeyValues(OS); in run() local 1748 if (NumProcs) in run() 1775 ParseFeaturesFunction(OS, NumFeatures, NumProcs); in run() 1836 if (NumProcs) in run() 1837 OS << "makeArrayRef(" << Target << "SubTypeKV, " << NumProcs << "), "; in run()
|
/external/libchrome/base/ |
D | sys_info_unittest.cc | 23 TEST_F(SysInfoTest, NumProcs) { in TEST_F() argument
|