|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1792 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
lib/CodeGen/BranchFolding.cpp 229 BitVector JTIsLive(JTI->getJumpTables().size());
lib/CodeGen/MIRPrinter.cpp 528 for (const auto &Table : JTI.getJumpTables()) {
lib/CodeGen/MachineFunction.cpp 612 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!");
lib/Target/AArch64/AArch64AsmPrinter.cpp 690 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
lib/Target/AArch64/AArch64BranchTargets.cpp 73 for (auto &JTE : JTI->getJumpTables())
lib/Target/AArch64/AArch64CompressJumpTables.cpp 91 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx];
lib/Target/ARM/ARMAsmPrinter.cpp 954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
lib/Target/ARM/ARMConstantIslandPass.cpp 559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
lib/Target/ARM/ARMFrameLowering.cpp 1495 for (auto &Table: MF.getJumpTableInfo()->getJumpTables())
lib/Target/Mips/MipsAsmPrinter.cpp 1276 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables();
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 1169 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
lib/Target/XCore/XCoreAsmPrinter.cpp 191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
lib/Target/XCore/XCoreISelLowering.cpp 355 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();