Lines Matching refs:Index
1926 unsigned Index, SDValue N,
1929 switch (Table[Index++]) {
1932 return Index-1; // Could not evaluate this predicate.
1934 Result = !::CheckSame(Table, Index, N, RecordedNodes);
1935 return Index;
1937 Result = !::CheckPatternPredicate(Table, Index, SDISel);
1938 return Index;
1940 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
1941 return Index;
1943 Result = !::CheckOpcode(Table, Index, N.getNode());
1944 return Index;
1946 Result = !::CheckType(Table, Index, N, SDISel.TLI);
1947 return Index;
1956 Result = !::CheckChildType(Table, Index, N, SDISel.TLI,
1957 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Type);
1958 return Index;
1960 Result = !::CheckCondCode(Table, Index, N);
1961 return Index;
1963 Result = !::CheckValueType(Table, Index, N, SDISel.TLI);
1964 return Index;
1966 Result = !::CheckInteger(Table, Index, N);
1967 return Index;
1969 Result = !::CheckAndImm(Table, Index, N, SDISel);
1970 return Index;
1972 Result = !::CheckOrImm(Table, Index, N, SDISel);
1973 return Index;
1980 /// FailIndex - If this match fails, this is the index to continue with.
2082 // Already computed the OpcodeOffset table, just index into it.
2085 DEBUG(errs() << " Initial Opcode index to " << MatcherIndex << "\n");
2099 index to the table.
2114 assert(MatcherIndex < TableSize && "Invalid index");
2153 << "index " << MatcherIndexOfPredicate
2555 // Determine the start index to copy from.
2730 DEBUG(errs() << " Match failed at index " << CurrentOpcodeIndex << "\n");