Lines Matching defs:MJTI
2698 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
2699 if (!MJTI) return;
2700 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;
2701 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2709 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 ||
2710 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference64,
2718 emitAlignment(Align(MJTI->getEntryAlignment(DL)));
2733 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
2767 emitJumpTableEntry(MJTI, MBB, JTI);
2775 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI,
2780 switch (MJTI->getEntryKind()) {
2785 MJTI, MBB, UID, OutContext);
2819 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
2835 unsigned EntrySize = MJTI->getEntrySize(getDataLayout());