Searched refs:NodeToMatch (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2172 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument 2190 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains() 2200 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains() 2729 void SelectionDAGISel::SelectCodeCommon(SDNode *NodeToMatch, in SelectCodeCommon() argument 2733 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() 2758 NodeToMatch->setNodeId(-1); // Mark selected. in SelectCodeCommon() 2762 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon() 2763 NodeToMatch->getOperand(0)); in SelectCodeCommon() 2764 CurDAG->RemoveDeadNode(NodeToMatch); in SelectCodeCommon() 2767 Select_INLINEASM(NodeToMatch); in SelectCodeCommon() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1523 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, in UpdateChainsAndGlue() argument 1548 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChainsAndGlue() 2019 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, in SelectCodeCommon() argument 2022 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() 2045 NodeToMatch->setNodeId(-1); // Mark selected. in SelectCodeCommon() 2049 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon() 2050 NodeToMatch->getOperand(0)); in SelectCodeCommon() 2052 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon() 2053 case ISD::UNDEF: return Select_UNDEF(NodeToMatch); in SelectCodeCommon() 2056 assert(!NodeToMatch->isMachineOpcode() && "Node already selected!"); in SelectCodeCommon() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 250 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, 307 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 265 SDNode *SelectCodeCommon(SDNode *NodeToMatch, 305 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 131 const clang::NestedNameSpecifier* NodeToMatch = &Node; in AST_MATCHER_P() local 132 while (NodeToMatch->getPrefix()) in AST_MATCHER_P() 133 NodeToMatch = NodeToMatch->getPrefix(); in AST_MATCHER_P() 134 return InnerMatcher.matches(*NodeToMatch, Finder, Builder); in AST_MATCHER_P()
|