Searched refs:getColor (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 147 Color getColor(unsigned Register); 523 if (C == getColor(Reg)) in scavengeRegister() 576 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() 619 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() 647 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction() 664 auto G = std::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() 713 Color AArch64A57FPLoadBalancing::getColor(unsigned Reg) { in getColor() function in AArch64A57FPLoadBalancing
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 138 ColorKind getColor(Node N) { in getColor() function 153 ColorKind ColorN = getColor(N); in getUniqueColor() 249 ColorKind ColorM = getColor(M); in color()
|