Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Table

1240   // If the JumpTable record is filled in, then we need to emit a jump table.
1242 // whether the PHI is a successor of the range check MBB or the jump table MBB
2067 static unsigned IsPredicateKnownToFail(const unsigned char *Table,
2072 switch (Table[Index++]) {
2077 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2080 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2083 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2086 Result = !::CheckOpcode(Table, Index, N.getNode());
2089 Result = !::CheckType(Table, Index, N, SDISel.getTargetLowering());
2099 Result = !::CheckChildType(Table, Index, N, SDISel.getTargetLowering(),
2100 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Type);
2103 Result = !::CheckCondCode(Table, Index, N);
2106 Result = !::CheckValueType(Table, Index, N, SDISel.getTargetLowering());
2109 Result = !::CheckInteger(Table, Index, N);
2112 Result = !::CheckAndImm(Table, Index, N, SDISel);
2115 Result = !::CheckOrImm(Table, Index, N, SDISel);
2224 // OpcodeOffset table.
2228 // Already computed the OpcodeOffset table, just index into it.
2234 // Otherwise, the table isn't computed, but the state machine does start
2235 // with an OPC_SwitchOpcode instruction. Populate the table now, since this
2245 // Get the opcode, add the index to the table.
2533 // values are stored in two bytes in the matcher table (just like