HomeSort by relevance Sort by last modified time
    Searched refs:NCM (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 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,
423 NCM[PN].push_back(N);
427 void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM, NodeSet &Nodes) {
436 NodeChildrenMap::iterator CF = NCM.find(N);
437 if (CF != NCM.end())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 128 BasicBlock *recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM,
130 BasicBlock *recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM,
135 BasicBlock *adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM,
138 void separateConstantChains(GepNode *Node, NodeChildrenMap &NCM,
145 NodeChildrenMap &NCM);
432 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM,
443 NCM[PN].push_back(N);
447 static void nodes_for_root(GepNode *Root, NodeChildrenMap &NCM,
457 NodeChildrenMap::iterator CF = NCM.find(N);
458 if (CF != NCM.end())
    [all...]

Completed in 588 milliseconds