Home | History | Annotate | Download | only in ARM

Lines Matching defs:Table

266       // RTABI chapter 4.1.2, Table 2
273 // RTABI chapter 4.1.2, Table 3
284 // RTABI chapter 4.1.2, Table 4
291 // RTABI chapter 4.1.2, Table 5
302 // RTABI chapter 4.1.2, Table 6
313 // RTABI chapter 4.1.2, Table 7
318 // RTABI chapter 4.1.2, Table 8
329 // RTABI chapter 4.2, Table 9
2527 "GLOBAL OFFSET TABLE not implemented for non-ELF targets");
3672 SDValue Table = Op.getOperand(1);
3677 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
3681 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI, UId);
3683 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
3685 // Thumb2 uses a two-level jump. That is, it jumps into the jump table
3697 Addr = DAG.getNode(ISD::ADD, dl, PTy, Addr, Table);
3929 // this table could be generated automatically from RegInfo.
5265 // Compute the index in the perfect shuffle table.
5295 /// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
5505 // the PerfectShuffle-generated table to synthesize it from other shuffles.
5516 // Compute the index in the perfect shuffle table.
6453 // Get an ordered list of the machine basic blocks for the jump table.
6467 "No landing pad destinations for the dispatch jump table!");
6469 // Create the jump table and associated information.
6736 // Add the jump table entries as successors to the MBB.