Home
last modified time | relevance | path

Searched refs:NodeSetType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp259 using NodeSetType = SmallVector<NodeSet, 8>; typedef in __anon2a7f91540111::SwingSchedulerDAG
297 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
390 unsigned calculateRecMII(NodeSetType &RecNodeSets);
391 void findCircuits(NodeSetType &NodeSets);
392 void fuseRecs(NodeSetType &NodeSets);
393 void removeDuplicateNodes(NodeSetType &NodeSets);
394 void computeNodeFunctions(NodeSetType &NodeSets);
395 void registerPressureFilter(NodeSetType &NodeSets);
396 void colocateNodeSets(NodeSetType &NodeSets);
397 void checkNodeSets(NodeSetType &NodeSets);
[all …]
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp222 typedef SmallVector<NodeSet, 8> NodeSetType; typedef in __anond1144dfc0111::SwingSchedulerDAG
256 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
353 unsigned calculateRecMII(NodeSetType &RecNodeSets);
354 void findCircuits(NodeSetType &NodeSets);
355 void fuseRecs(NodeSetType &NodeSets);
356 void removeDuplicateNodes(NodeSetType &NodeSets);
357 void computeNodeFunctions(NodeSetType &NodeSets);
358 void registerPressureFilter(NodeSetType &NodeSets);
359 void colocateNodeSets(NodeSetType &NodeSets);
360 void checkNodeSets(NodeSetType &NodeSets);
[all …]