Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h144 using NodeSetType = SmallVector<NodeSet, 8>; variable
191 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
289 unsigned calculateRecMII(NodeSetType &RecNodeSets);
290 void findCircuits(NodeSetType &NodeSets);
291 void fuseRecs(NodeSetType &NodeSets);
292 void removeDuplicateNodes(NodeSetType &NodeSets);
293 void computeNodeFunctions(NodeSetType &NodeSets);
294 void registerPressureFilter(NodeSetType &NodeSets);
295 void colocateNodeSets(NodeSetType &NodeSets);
296 void checkNodeSets(NodeSetType &NodeSets);
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h147 using NodeSetType = SmallVector<NodeSet, 8>; variable
194 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
294 unsigned calculateRecMII(NodeSetType &RecNodeSets);
295 void findCircuits(NodeSetType &NodeSets);
296 void fuseRecs(NodeSetType &NodeSets);
297 void removeDuplicateNodes(NodeSetType &NodeSets);
298 void computeNodeFunctions(NodeSetType &NodeSets);
299 void registerPressureFilter(NodeSetType &NodeSets);
300 void colocateNodeSets(NodeSetType &NodeSets);
301 void checkNodeSets(NodeSetType &NodeSets);
[all …]
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp222 typedef SmallVector<NodeSet, 8> NodeSetType; typedef in __anon838cdb290111::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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp435 NodeSetType NodeSets; in schedule()
437 NodeSetType Circuits = NodeSets; in schedule()
1091 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1197 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()
1252 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1364 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()
1585 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()
1629 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1657 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1675 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp502 NodeSetType NodeSets; in schedule()
504 NodeSetType Circuits = NodeSets; in schedule()
1127 unsigned SwingSchedulerDAG::calculateRecMII(NodeSetType &NodeSets) { in calculateRecMII()
1227 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, in circuit()
1281 void SwingSchedulerDAG::findCircuits(NodeSetType &NodeSets) { in findCircuits()
1393 void SwingSchedulerDAG::computeNodeFunctions(NodeSetType &NodeSets) { in computeNodeFunctions()
1594 void SwingSchedulerDAG::registerPressureFilter(NodeSetType &NodeSets) { in registerPressureFilter()
1638 void SwingSchedulerDAG::colocateNodeSets(NodeSetType &NodeSets) { in colocateNodeSets()
1666 void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) { in checkNodeSets()
1683 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { in groupRemainingNodes()
[all …]