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

  /external/llvm/lib/Support/
Host.cpp 969 const char *CPUStart = 0;
974 while (CIP < CPUInfoEnd && CPUStart == 0) {
993 CPUStart = CIP;
997 CPULen = CIP - CPUStart;
1004 if (CPUStart == 0)
1009 if (CPUStart == 0)
1012 return StringSwitch<const char *>(StringRef(CPUStart, CPULen))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 81 StringRef::const_iterator CPUStart = 0;
86 while (CIP < CPUInfoEnd && CPUStart == 0) {
105 CPUStart = CIP;
109 CPULen = CIP - CPUStart;
116 if (CPUStart == 0)
121 if (CPUStart == 0)
124 return StringSwitch<const char *>(StringRef(CPUStart, CPULen))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 1011 const char *CPUStart = 0;
1016 while (CIP < CPUInfoEnd && CPUStart == 0) {
1035 CPUStart = CIP;
1039 CPULen = CIP - CPUStart;
1046 if (CPUStart == 0)
1051 if (CPUStart == 0)
1054 return StringSwitch<const char *>(StringRef(CPUStart, CPULen))
    [all...]

Completed in 509 milliseconds