Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Table

1740   // If the JumpTable record is filled in, then we need to emit a jump table.
1742 // whether the PHI is a successor of the range check MBB or the jump table MBB
2599 static unsigned IsPredicateKnownToFail(const unsigned char *Table,
2604 switch (Table[Index++]) {
2609 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2615 Result = !::CheckChildSame(Table, Index, N, RecordedNodes,
2616 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Same);
2619 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2622 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2625 Result = !::CheckOpcode(Table, Index, N.getNode());
2628 Result = !::CheckType(Table, Index, N, SDISel.TLI,
2640 Table, Index, N, SDISel.TLI, SDISel.CurDAG->getDataLayout(),
2641 Table[Index - 1] - SelectionDAGISel::OPC_CheckChild0Type);
2644 Result = !::CheckCondCode(Table, Index, N);
2647 Result = !::CheckValueType(Table, Index, N, SDISel.TLI,
2651 Result = !::CheckInteger(Table, Index, N);
2658 Result = !::CheckChildInteger(Table, Index, N,
2659 Table[Index-1] - SelectionDAGISel::OPC_CheckChild0Integer);
2662 Result = !::CheckAndImm(Table, Index, N, SDISel);
2665 Result = !::CheckOrImm(Table, Index, N, SDISel);
2818 // OpcodeOffset table.
2822 // Already computed the OpcodeOffset table, just index into it.
2828 // Otherwise, the table isn't computed, but the state machine does start
2829 // with an OPC_SwitchOpcode instruction. Populate the table now, since this
2839 // Get the opcode, add the index to the table.
3164 // values are stored in two bytes in the matcher table (just like
3302 // on the Opcode. Otherwise read the next byte from the table.