Lines Matching refs:TreePatternNode
88 SmallVector<std::pair<const TreePatternNode *, unsigned>, 2>
116 void EmitMatchCode(const TreePatternNode &N, TreePatternNode &NodeNoTypes);
117 void EmitLeafMatchCode(const TreePatternNode &N);
118 void EmitOperatorMatchCode(const TreePatternNode &N,
119 TreePatternNode &NodeNoTypes);
134 void EmitResultOperand(const TreePatternNode &N,
136 void EmitResultOfNamedOperand(const TreePatternNode &N,
138 void EmitResultLeafAsOperand(const TreePatternNode &N,
140 void EmitResultInstructionAsOperand(const TreePatternNode &N,
142 void EmitResultSDNodeXFormAsOperand(const TreePatternNode &N,
201 void MatcherGen::EmitLeafMatchCode(const TreePatternNode &N) { in EmitLeafMatchCode()
301 void MatcherGen::EmitOperatorMatchCode(const TreePatternNode &N, in EmitOperatorMatchCode()
302 TreePatternNode &NodeNoTypes) { in EmitOperatorMatchCode()
407 const TreePatternNode &Root = Pattern.getSrcPattern(); in EmitOperatorMatchCode()
492 void MatcherGen::EmitMatchCode(const TreePatternNode &N, in EmitMatchCode()
493 TreePatternNode &NodeNoTypes) { in EmitMatchCode()
634 const TreePatternNode &N, SmallVectorImpl<unsigned> &ResultOps) { in EmitResultOfNamedOperand()
664 void MatcherGen::EmitResultLeafAsOperand(const TreePatternNode &N, in EmitResultLeafAsOperand()
747 static bool mayInstNodeLoadOrStore(const TreePatternNode &N, in mayInstNodeLoadOrStore()
755 static unsigned numNodesThatMayLoadOrStore(const TreePatternNode &N, in numNodesThatMayLoadOrStore()
775 const TreePatternNode &N, SmallVectorImpl<unsigned> &OutputOps) { in EmitResultInstructionAsOperand()
786 const TreePatternNode &SrcPat = Pattern.getSrcPattern(); in EmitResultInstructionAsOperand()
854 const TreePatternNode &Child = N.getChild(ChildNo); in EmitResultInstructionAsOperand()
985 const TreePatternNode &N, SmallVectorImpl<unsigned> &ResultOps) { in EmitResultSDNodeXFormAsOperand()
1004 void MatcherGen::EmitResultOperand(const TreePatternNode &N, in EmitResultOperand()
1046 const TreePatternNode &DstPat = Pattern.getDstPattern(); in EmitResultCode()