Home
last modified time | relevance | path

Searched refs:getColor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp143 Color getColor(unsigned Register);
521 if (C == getColor(Reg)) in scavengeRegister()
574 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain()
617 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
645 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()
662 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
711 Color AArch64A57FPLoadBalancing::getColor(unsigned Reg) { in getColor() function in AArch64A57FPLoadBalancing
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp250 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getColor() function
271 static std::string getColor(const GraphDiffRenderer::GraphT::VertexValueType &V, in getColor() function
385 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT()
400 getColor(V, G, H, VertexColor)); in exportGraphAsDOT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp140 ColorKind getColor(Node N) { in getColor() function
155 ColorKind ColorN = getColor(N); in getUniqueColor()
250 ColorKind ColorM = getColor(M); in color()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3167 (Twine(",fillcolor=\"") + getColor(Node->AllocTypes, Highlight) + "\"") in getNodeAttributes()
3193 auto Color = getColor(Edge->AllocTypes, Highlight); in getEdgeAttributes()
3236 static std::string getColor(uint8_t AllocTypes, bool Highlight) { in getColor() function