Home | History | Annotate | Download | only in ARM

Lines Matching defs:Table

260     // RTABI chapter 4.1.2, Table 2
271 // RTABI chapter 4.1.2, Table 3
298 // RTABI chapter 4.1.2, Table 4
309 // RTABI chapter 4.1.2, Table 5
336 // RTABI chapter 4.1.2, Table 6
355 // RTABI chapter 4.1.2, Table 7
362 // RTABI chapter 4.1.2, Table 8
381 // RTABI chapter 4.2, Table 9
2302 "GLOBAL OFFSET TABLE not implemented for non-ELF targets");
3100 SDValue Table = Op.getOperand(1);
3105 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
3109 Table = DAG.getNode(ARMISD::WrapperJT, dl, MVT::i32, JTI, UId);
3111 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
3113 // Thumb2 uses a two-level jump. That is, it jumps into the jump table
3125 Addr = DAG.getNode(ISD::ADD, dl, PTy, Addr, Table);
4447 // Compute the index in the perfect shuffle table.
4476 /// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
4665 // the PerfectShuffle-generated table to synthesize it from other shuffles.
4676 // Compute the index in the perfect shuffle table.
5941 // Get an ordered list of the machine basic blocks for the jump table.
5955 "No landing pad destinations for the dispatch jump table!");
5957 // Create the jump table and associated information.
6204 // Add the jump table entries as successors to the MBB.