Home
last modified time | relevance | path

Searched refs:NodeChildrenMap (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp74 using NodeChildrenMap = std::map<GepNode *, NodeVect>; typedef
129 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
131 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
136 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
139 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
146 NodeChildrenMap &NCM);
431 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
443 static void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, in nodes_for_root()
453 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
746 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp74 using NodeChildrenMap = std::map<GepNode *, NodeVect>; typedef
129 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
131 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
136 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
139 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
146 NodeChildrenMap &NCM);
433 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
448 static void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, in nodes_for_root()
458 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
756 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp56 typedef std::map<GepNode*,NodeVect> NodeChildrenMap; typedef
111 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
113 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
118 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
121 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
128 NodeChildrenMap &NCM);
413 void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
427 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) { in nodes_for_root()
436 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root()
738 NodeChildrenMap &NCM, NodeToValueMap &Loc) { in recalculatePlacement()
[all …]