Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp46 const char *StackMaps::WSMP = "Stack Maps: "; member in StackMaps
177 OS << WSMP << "callsites:\n"; in print()
182 OS << WSMP << "callsite " << CSI.ID << "\n"; in print()
183 OS << WSMP << " has " << CSLocs.size() << " locations\n"; in print()
187 OS << WSMP << "\t\tLoc " << Idx << ": "; in print()
229 OS << WSMP << "\thas " << LiveOuts.size() << " live-out registers\n"; in print()
233 OS << WSMP << "\t\tLO " << Idx << ": "; in print()
421 LLVM_DEBUG(dbgs() << WSMP << "#functions = " << FnInfos.size() << '\n'); in emitStackmapHeader()
424 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader()
427 LLVM_DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h292 static const char *WSMP;