Home | History | Annotate | Download | only in ARM

Lines Matching defs:JT

232     /// Maps a JT index to the offset in CPEntries containing copies of that
236 /// Maps a JT index to the LEA that actually uses the index to calculate its
608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
641 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t);
773 continue; // Ignore other JT branches
2114 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2122 assert(JTI < JT.size());
2127 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
2161 DEBUG(dbgs() << "Shrink JT: " << *MI);
2228 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2236 assert(JTI < JT.size());
2242 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;