Home
last modified time | relevance | path

Searched refs:getColorString (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.h73 std::string getColorString(double Point) const;
83 static std::string getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t);
H A Dxray-graph-diff.cpp255 return H.getColorString(2.0); // A number greater than 1.0 in getColor()
257 return H.getColorString(-2.0); // A number less than -1.0 in getColor()
268 return H.getColorString(CappedRelDiff); in getColor()
276 return H.getColorString(2.0); // A number greater than 1.0 in getColor()
278 return H.getColorString(-2.0); // A number less than -1.0 in getColor()
289 return H.getColorString(CappedRelDiff); in getColor()
H A Dxray-color-helper.cpp211 ColorHelper::getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t) { in getColorString() function in ColorHelper
220 std::string ColorHelper::getColorString(double Point) const { in getColorString() function in ColorHelper
221 return getColorString(getColorTuple(Point)); in getColorString()
H A Dxray-graph.cpp416 << CHelper.getColorString( in exportGraphAsDOT()
436 << CHelper.getColorString( in exportGraphAsDOT()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp90 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { in getColorString() function in llvm::DOT
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h44 StringRef getColorString(unsigned NodeNumber);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4236 Str += DOT::getColorString(DFS->getSubtreeID(N)); in getNodeAttributes()