Home | History | Annotate | Download | only in ARM

Lines Matching refs:Table

261     // RTABI chapter 4.1.2, Table 2
272 // RTABI chapter 4.1.2, Table 3
299 // RTABI chapter 4.1.2, Table 4
310 // RTABI chapter 4.1.2, Table 5
337 // RTABI chapter 4.1.2, Table 6
356 // RTABI chapter 4.1.2, Table 7
363 // RTABI chapter 4.1.2, Table 8
382 // RTABI chapter 4.2, Table 9
2502 "GLOBAL OFFSET TABLE not implemented for non-ELF targets");
3379 SDValue Table = Op.getOperand(1);
3384 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
3388 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI, UId);
3390 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
3392 // Thumb2 uses a two-level jump. That is, it jumps into the jump table
3404 Addr = DAG.getNode(ISD::ADD, dl, PTy, Addr, Table);
4958 // Compute the index in the perfect shuffle table.
4988 /// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
5200 // the PerfectShuffle-generated table to synthesize it from other shuffles.
5211 // Compute the index in the perfect shuffle table.
6640 // Get an ordered list of the machine basic blocks for the jump table.
6654 "No landing pad destinations for the dispatch jump table!");
6656 // Create the jump table and associated information.
6923 // Add the jump table entries as successors to the MBB.