reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1789   const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
lib/CodeGen/BranchFolding.cpp
  224   MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
 1434       if (MachineJumpTableInfo *MJTI = MF.getJumpTableInfo())
 1722           if (MachineJumpTableInfo *MJTI = MF.getJumpTableInfo())
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3446       DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);
lib/Target/AArch64/AArch64AsmPrinter.cpp
  687   const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
lib/Target/AArch64/AArch64BranchTargets.cpp
   72   if (auto *JTI = MF.getJumpTableInfo())
lib/Target/AArch64/AArch64CompressJumpTables.cpp
   90   auto &JTInfo = *MF->getJumpTableInfo();
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  679   assert((!MBB->getParent()->getJumpTableInfo()
  680           || MBB->getParent()->getJumpTableInfo()->isEmpty())
lib/Target/ARM/ARMAsmPrinter.cpp
  953   const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
  996   const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
 1024   const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
lib/Target/ARM/ARMConstantIslandPass.cpp
  391   if (MF->getJumpTableInfo())
  558   auto MJTI = MF->getJumpTableInfo();
 2163   MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
 2357   MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
lib/Target/Mips/MipsAsmPrinter.cpp
 1275   if (MachineJumpTableInfo *JtInfo = MF.getJumpTableInfo()) {
lib/Target/Mips/MipsInstructionSelector.cpp
  313         MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout());
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
 1168   MachineJumpTableInfo *MJTI = DAG.getMachineFunction().getJumpTableInfo();
lib/Target/XCore/XCoreISelLowering.cpp
  352   const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();