Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2813 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckSame() argument
2816 unsigned RecNo = MatcherTable[MatcherIndex++]; in CheckSame()
2823 const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckChildSame() argument
2828 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo), in CheckChildSame()
2835 unsigned &MatcherIndex, const SelectionDAGISel &SDISel) { in CheckPatternPredicate() argument
2840 ? MatcherTable[MatcherIndex++] in CheckPatternPredicate()
2843 PredNo |= MatcherTable[MatcherIndex++] << 8; in CheckPatternPredicate()
2850 unsigned &MatcherIndex, const SelectionDAGISel &SDISel, in CheckNodePredicate() argument
2853 ? MatcherTable[MatcherIndex++] in CheckNodePredicate()
2859 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckOpcode() argument
[all …]