Home
last modified time | relevance | path

Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2043 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, in UpdateChainsAndGlue() argument
2066 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChainsAndGlue()
2610 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, in SelectCodeCommon() argument
2613 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon()
2637 NodeToMatch->setNodeId(-1); // Mark selected. in SelectCodeCommon()
2641 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon()
2642 NodeToMatch->getOperand(0)); in SelectCodeCommon()
2644 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
2645 case ISD::READ_REGISTER: return Select_READ_REGISTER(NodeToMatch); in SelectCodeCommon()
2646 case ISD::WRITE_REGISTER: return Select_WRITE_REGISTER(NodeToMatch); in SelectCodeCommon()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h239 SDNode *SelectCodeCommon(SDNode *NodeToMatch,
294 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,