Lines Matching defs:Table
265 // RTABI chapter 4.1.2, Table 2
272 // RTABI chapter 4.1.2, Table 3
283 // RTABI chapter 4.1.2, Table 4
290 // RTABI chapter 4.1.2, Table 5
301 // RTABI chapter 4.1.2, Table 6
312 // RTABI chapter 4.1.2, Table 7
318 // RTABI chapter 4.1.2, Table 8
329 // RTABI chapter 4.2, Table 9
4116 SDValue Table = Op.getOperand(1);
4121 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
4123 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI);
4125 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
4127 // Thumb2 uses a two-level jump. That is, it jumps into the jump table
4140 Addr = DAG.getNode(ISD::ADD, dl, PTy, Addr, Table);
4368 // this table could be generated automatically from RegInfo.
6074 // Compute the index in the perfect shuffle table.
6099 /// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
6335 // the PerfectShuffle-generated table to synthesize it from other shuffles.
6346 // Compute the index in the perfect shuffle table.
7439 // Get an ordered list of the machine basic blocks for the jump table.
7453 "No landing pad destinations for the dispatch jump table!");
7455 // Create the jump table and associated information.
7711 // Add the jump table entries as successors to the MBB.