Searched refs:getColor (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 143 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 D | xray-graph-diff.cpp | 250 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 D | HexagonISelDAGToDAGHVX.cpp | 140 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 D | MemProfContextDisambiguation.cpp | 3167 (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
|