Lines Matching defs:JT
179 /// Maps a JT index to the offset in CPEntries containing copies of that
183 /// Maps a JT index to the LEA that actually uses the index to calculate its
606 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
657 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t);
808 continue; // Ignore other JT branches
2191 // Remove a dead add between the LEA and JT, which used to compute EntryReg,
2192 // but the JT now uses PC. Finds the last ADD (if any) that def's EntryReg
2235 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2242 assert(JTI < JT.size());
2247 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
2358 LLVM_DEBUG(dbgs() << "Shrink JT: " << *MI);
2430 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2437 assert(JTI < JT.size());
2443 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;