Home
last modified time | relevance | path

Searched refs:NodeSet (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h79 NodeSet getAllReachedUses(RegisterRef RefRR, NodeAddr<DefNode *> DefA,
82 NodeSet getAllReachedUses(RegisterRef RefRR, NodeAddr<DefNode *> DefA) {
86 std::pair<NodeSet, bool> getAllReachingDefsRec(RegisterRef RefRR,
88 NodeSet &Visited,
89 const NodeSet &Defs);
150 std::pair<NodeSet, bool>
152 NodeSet &Visited, const NodeSet &Defs,
H A DMachinePipeliner.h61 class NodeSet; variable
310 using NodeSetType = SmallVector<NodeSet, 8>;
462 void addConnectedNodes(SUnit *SU, NodeSet &NewSet,
481 class NodeSet {
494 NodeSet() = default;
495 NodeSet(iterator S, iterator E, const SwingSchedulerDAG *DAG) in NodeSet() function
576 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; } in compareRecMII()
608 bool operator>(const NodeSet &RHS) const {
619 bool operator==(const NodeSet &RHS) const {
624 bool operator!=(const NodeSet &RHS) const { return !operator==(RHS); }
H A DRegAllocPBQP.h437 NodeSet::iterator NItr = OptimallyReducibleNodes.begin(); in reduce()
459 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); in reduce()
465 NodeSet::iterator NItr = llvm::min_element(NotProvablyAllocatableNodes, in reduce()
495 using NodeSet = std::set<NodeId>; variable
496 NodeSet OptimallyReducibleNodes;
497 NodeSet ConservativelyAllocatableNodes;
498 NodeSet NotProvablyAllocatableNodes;
H A DRDFGraph.h551 using NodeSet = std::set<NodeId>; variable
982 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeSet> &P);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h111 class NodeSet {
116 NodeSet(const ImmutableGraph &G, bool ContainsAll = false)
139 NodeSet &operator|=(const NodeSet &RHS) {
145 NodeSet &operator&=(const NodeSet &RHS) {
151 NodeSet &operator^=(const NodeSet &RHS) {
164 const NodeSet &Set;
173 iterator(const NodeSet &Set, size_type Begin) in iterator()
303 using NodeSet = typename GraphT::NodeSet; variable
354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, in trim()
H A DX86LoadValueInjectionLoadHardening.cpp153 using NodeSet = MachineGadgetGraph::NodeSet; typedef in __anond4b80a110111::X86LoadValueInjectionLoadHardeningPass
169 NodeSet &ElimNodes /* in, out */) const;
367 rdf::NodeSet Uses; in getGadgetGraph()
540 NodeSet &ElimNodes /* in, out */) const { in elimMitigatedEdgesAndNodes()
557 NodeSet ReachableNodes{G}; in elimMitigatedEdgesAndNodes()
595 NodeSet ElimNodes{*Graph}; in trimMitigatedEdges()
648 Graph = GraphBuilder::trim(*Graph, NodeSet{*Graph}, CutEdges); in hardenLoadsWithPlugin()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp66 using NodeSet = std::set<GepNode *>; typedef
301 in_set(const NodeSet &S) : NS(S) {} in in_set()
308 const NodeSet &NS;
437 NodeSet &Nodes) { in nodes_for_root()
456 using NodeSymRel = std::set<NodeSet>;
462 static const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
463 for (const NodeSet &S : Rel) in node_class()
530 using NodeSetMap = std::map<unsigned, NodeSet>; in common()
543 NodeSet &S = I.second; in common()
544 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) { in common()
[all …]
H A DHexagonISelDAGToDAGHVX.cpp132 using NodeSet = std::set<Node>; typedef
133 std::map<Node,NodeSet> Edges;
145 std::pair<bool, ColorKind> getUniqueColor(const NodeSet &Nodes);
152 std::pair<bool, ColorKind> Coloring::getUniqueColor(const NodeSet &Nodes) { in getUniqueColor()
185 NodeSet &Is = Edges[I]; in build()
197 NodeSet &Ns = Edges[Q[I]]; in color()
208 NodeSet &Ns = Edges[N]; in color()
236 NodeSet &Ns = Edges[N]; in color()
247 NodeSet &Cs = Edges[C]; in color()
248 NodeSet CopyNs = Ns; in color()
H A DHexagonOptAddrMode.cpp235 NodeSet Visited, Defs; in allValidCandidates()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp303 std::pair<NodeSet, bool>
305 NodeSet &Visited, const NodeSet &Defs) { in getAllReachingDefsRec()
309 std::pair<NodeSet, bool>
311 NodeSet &Visited, const NodeSet &Defs, in getAllReachingDefsRecImpl()
314 return {NodeSet(), false}; in getAllReachingDefsRecImpl()
329 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl()
333 NodeSet Result = Defs; in getAllReachingDefsRecImpl()
414 NodeSet Liveness::getAllReachedUses(RegisterRef RefRR, NodeAddr<DefNode *> DefA, in getAllReachedUses()
416 NodeSet Uses; in getAllReachedUses()
446 NodeSet T; in getAllReachedUses()
[all …]
H A DMachinePipeliner.cpp784 llvm::stable_sort(NodeSets, std::greater<NodeSet>()); in schedule()
1826 for (NodeSet &Nodes : NodeSets) { in calculateRecMII()
1924 NodeSets.push_back(NodeSet(Stack.begin(), Stack.end(), DAG)); in circuit()
2115 for (NodeSet &I : NodeSets) in computeNodeFunctions()
2137 const NodeSet *S = nullptr) { in pred_L()
2173 const NodeSet *S = nullptr) { in succ_L()
2237 NodeSet &NS) { in computeLiveOuts()
2319 NodeSet &N1 = NodeSets[i]; in colocateNodeSets()
2324 NodeSet &N2 = NodeSets[j]; in colocateNodeSets()
2366 for (NodeSet &I : NodeSets) { in groupRemainingNodes()
[all …]
H A DRDFGraph.cpp184 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeSet> &P) { in operator <<()
1037 NodeSet Visited; in pushClobbers()
1083 NodeSet Visited; in pushDefs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1576 DenseSet<ContextNode<DerivedCCG, FuncTy, CallTy> *> NodeSet; in checkNode() local
1578 NodeSet.insert(E->Callee); in checkNode()
1579 assert(NodeSet.size() == Node->CalleeEdges.size()); in checkNode()