Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Index

2096                                        unsigned Index, SDValue N,
2099 switch (Table[Index++]) {
2102 return Index-1; // Could not evaluate this predicate.
2104 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2105 return Index;
2107 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2108 return Index;
2110 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2111 return Index;
2113 Result = !::CheckOpcode(Table, Index, N.getNode());
2114 return Index;
2116 Result = !::CheckType(Table, Index, N, SDISel.TLI);
2117 return Index;
2126 Result = !::CheckChildType(Table, Index, N, SDISel.TLI,
2127 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Type);
2128 return Index;
2130 Result = !::CheckCondCode(Table, Index, N);
2131 return Index;
2133 Result = !::CheckValueType(Table, Index, N, SDISel.TLI);
2134 return Index;
2136 Result = !::CheckInteger(Table, Index, N);
2137 return Index;
2139 Result = !::CheckAndImm(Table, Index, N, SDISel);
2140 return Index;
2142 Result = !::CheckOrImm(Table, Index, N, SDISel);
2143 return Index;
2150 /// FailIndex - If this match fails, this is the index to continue with.
2253 // Already computed the OpcodeOffset table, just index into it.
2256 DEBUG(errs() << " Initial Opcode index to " << MatcherIndex << "\n");
2270 // Get the opcode, add the index to the table.
2285 assert(MatcherIndex < TableSize && "Invalid index");
2324 << "index " << MatcherIndexOfPredicate
2726 // Determine the start index to copy from.
2901 index " << CurrentOpcodeIndex << "\n");