Lines Matching refs:Table
1837 // Emit the code for the jump table
1842 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);
1845 Table, Index);
1866 // can be used as an index into the jump table in a subsequent basic block.
1878 // Emit the range check for the jump table, and branch to the default block
2006 // Switch table case range are encoded into series of masks.
4534 // Build a debug info table entry.
7702 std::vector<MachineBasicBlock*> Table;
7721 Table.push_back(DefaultMBB);
7725 Table.push_back(Clusters[I].MBB);
7737 // Create the MBB that will load from and jump through the table.
7743 // Add successors. Note: use table order for determinism.
7745 for (MachineBasicBlock *Succ : Table) {
7755 ->createJumpTableIndex(Table);
7757 // Set up the jump table info.
7800 // Cheap case: the whole range might be suitable for jump table.
8231 // If the default statement is a target of the jump table, we evenly
8250 // The jump table header will be inserted in our current block, do the
8255 // If we're in the right place, emit the jump table header right now.