Home
last modified time | relevance | path

Searched refs:CurPhysicalId (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp1209 int CurPhysicalId = -1; in computeHostNumPhysicalCores() local
1220 assert(CurPhysicalId == -1 && in computeHostNumPhysicalCores()
1222 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores()
1229 if (CurPhysicalId != -1 && CurCoreId != -1) { in computeHostNumPhysicalCores()
1230 UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId)); in computeHostNumPhysicalCores()
1231 CurPhysicalId = -1; in computeHostNumPhysicalCores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp1100 int CurPhysicalId = -1; in computeHostNumPhysicalCores() local
1111 assert(CurPhysicalId == -1 && in computeHostNumPhysicalCores()
1113 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores()
1120 if (CurPhysicalId != -1 && CurCoreId != -1) { in computeHostNumPhysicalCores()
1121 UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId)); in computeHostNumPhysicalCores()
1122 CurPhysicalId = -1; in computeHostNumPhysicalCores()