Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp320 const auto &VertexId = V.first; in getLabel() local
325 formatv(R"({0})", truncateString(VertexId, TrunLen).str())); in getLabel()
329 formatv(R"({0})", truncateString(VertexId, TrunLen).str())); in getLabel()
336 R"({{{0}|{1:P}})", truncateString(VertexId, TrunLen).str(), RelDiff)); in getLabel()
390 const auto &VertexId = V.first; in exportGraphAsDOT() local
391 if (VertexId.empty()) { in exportGraphAsDOT()
394 VertexNo[VertexId]); in exportGraphAsDOT()
399 VertexNo[VertexId], getLabel(V, VertexLabel, TruncLen), in exportGraphAsDOT()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td1251 defm VertexId : BuiltInOperand<5, 0, 0, [], [Shader]>;