Home
last modified time | relevance | path

Searched refs:VStr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp156 const char *VStr = (char*)V + ItemSize; in RemoveKey() local
157 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/external/llvm/lib/Support/
DStringMap.cpp173 const char *VStr = (char*)V + ItemSize; in RemoveKey() local
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringMap.cpp178 const char *VStr = (char*)V + ItemSize; in RemoveKey() local
179 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp173 const char *VStr = (char*)V + ItemSize; in RemoveKey() local
174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp428 auto VStr = [VFDigits, in writeReport() local
447 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()
462 VectorizedCols > 1 ? "V" + VStr(J.second) : in writeReport()