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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1836 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, argument
1859 if (ChainNode == NodeToMatch && isMorphNodeTo)
2351 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, argument
2354 switch (NodeToMatch->getOpcode()) {
2380 NodeToMatch->setNodeId(-1); // Mark selected.
2384 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0),
2385 NodeToMatch->getOperand(0));
2387 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch);
2388 case ISD::UNDEF: return Select_UNDEF(NodeToMatch);
2391 assert(!NodeToMatch
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h237 SDNode *SelectCodeCommon(SDNode *NodeToMatch,
284 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,

Completed in 62 milliseconds