Home | History | Annotate | Download | only in ARM

Lines Matching refs: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
3853 SDValue Table = Op.getOperand(1);
3858 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
3860 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI);
3862 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
3864 // Thumb2 uses a two-level jump. That is, it jumps into the jump table
3877 Addr = DAG.getNode(ISD::ADD, dl, PTy, Addr, Table);
4105 // this table could be generated automatically from RegInfo.
5787 // Compute the index in the perfect shuffle table.
5812 /// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
6050 // the PerfectShuffle-generated table to synthesize it from other shuffles.
6061 // Compute the index in the perfect shuffle table.
7101 // Get an ordered list of the machine basic blocks for the jump table.
7115 "No landing pad destinations for the dispatch jump table!");
7117 // Create the jump table and associated information.
7373 // Add the jump table entries as successors to the MBB.