Searched defs:ig (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 32 void RegAllocGraphColoring::FillPhysicalNodes(InterferenceGraph *ig, WorkingRanges *ranges, in FillPhysicalNodes() 43 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges, bool rematConstan… in BuildIG() 109 RegAllocGraphColoring::IndexVector RegAllocGraphColoring::PrecolorIG(InterferenceGraph *ig) in PrecolorIG() 120 RegAllocGraphColoring::IndexVector RegAllocGraphColoring::PrecolorIG(InterferenceGraph *ig, const R… in PrecolorIG() 149 void RegAllocGraphColoring::BuildBias(InterferenceGraph *ig, const IndexVector &affinityNodes) in BuildBias() 201 void RegAllocGraphColoring::AddAffinityEdgesToPhi(InterferenceGraph *ig, const ColorNode &node, in AddAffinityEdgesToPhi() 218 void RegAllocGraphColoring::AddAffinityEdgesToSiblings(InterferenceGraph *ig, const ColorNode &node, in AddAffinityEdgesToSiblings() 232 void RegAllocGraphColoring::AddAffinityEdgesToPhysicalNodes(InterferenceGraph *ig, IndexVector *aff… in AddAffinityEdgesToPhysicalNodes() 266 void RegAllocGraphColoring::AddAffinityEdge(InterferenceGraph *ig, IndexVector *affinityNodes, cons… in AddAffinityEdge() 276 bool RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, Working… in AllocateRegisters() [all …]
|
| D | interference_graph.cpp | 177 const char *GetNodeShape(const InterferenceGraph &ig, unsigned i) in GetNodeShape()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_interference_graph_new_test.cpp | 66 InterferenceGraph ig(alloc); in BuildSubgraph() local 240 InterferenceGraph ig(&allocator); variable 263 InterferenceGraph ig(&allocator); variable 280 InterferenceGraph ig(&allocator); variable 306 InterferenceGraph ig(&allocator); variable 340 InterferenceGraph ig(&allocator); variable 382 InterferenceGraph ig(&allocator); variable 472 InterferenceGraph ig(&allocator); variable 571 InterferenceGraph ig(&allocator); variable 592 InterferenceGraph ig(&allocator); variable
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 23 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG() 104 RegAllocGraphColoring::IndexVector RegAllocGraphColoring::PrecolorIG(InterferenceGraph *ig, const R… in PrecolorIG() 152 void RegAllocGraphColoring::BuildBias(InterferenceGraph *ig, const IndexVector &affinity_nodes) in BuildBias() 195 void RegAllocGraphColoring::AddAffinityEdges(InterferenceGraph *ig, ColorNode *node, IndexVector *a… in AddAffinityEdges() 215 void RegAllocGraphColoring::AddAffinityEdgeToSibling(InterferenceGraph *ig, ColorNode *node, in AddAffinityEdgeToSibling() 231 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, con… in AllocateRegisters() 261 void RegAllocGraphColoring::Remap(const InterferenceGraph &ig, const RegisterMap &map) in Remap() 289 InterferenceGraph ig(gr->GetLocalAllocator()); in Allocate() local
|
| D | interference_graph.cpp | 166 const char *GetNodeShape(const InterferenceGraph &ig, unsigned i) in GetNodeShape()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|