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.cpp146 Color getColor(unsigned Register);
522 if (C == getColor(Reg)) in scavengeRegister()
575 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain()
618 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
646 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()
663 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
712 Color AArch64A57FPLoadBalancing::getColor(unsigned Reg) {
713 Color AArch64A57FPLoadBalancing::getColor(unsigned Reg) { 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.cpp144 ColorKind getColor(Node N) { in getColor() function
159 ColorKind ColorN = getColor(N); in getUniqueColor()
254 ColorKind ColorM = getColor(M); in color()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2405 (Twine(",fillcolor=\"") + getColor(Node->AllocTypes) + "\"").str(); in getNodeAttributes()
2419 Twine(",fillcolor=\"") + getColor(Edge->AllocTypes) + "\"") in getEdgeAttributes()
2443 static std::string getColor(uint8_t AllocTypes) { in getColor() function