HomeSort by relevance Sort by last modified time
    Searched refs:Implementer (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 156 // Look for the CPU implementer line.
157 StringRef Implementer;
160 if (Lines[I].startswith("CPU implementer"))
161 Implementer = Lines[I].substr(15).ltrim("\t :");
166 if (Implementer == "0x41") { // ARM Ltd.
199 if (Implementer == "0x51") // Qualcomm Technologies, Inc.
217 if (Implementer == "0x53") { // Samsung Electronics Co., Ltd.
    [all...]
  /external/llvm/lib/Support/
Host.cpp 1050 // Look for the CPU implementer line.
1051 StringRef Implementer;
1053 if (Lines[I].startswith("CPU implementer"))
1054 Implementer = Lines[I].substr(15).ltrim("\t :");
1056 if (Implementer == "0x41") // ARM Ltd.
1077 if (Implementer == "0x51") // Qualcomm Technologies, Inc.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 1092 // Look for the CPU implementer line
    [all...]

Completed in 124 milliseconds