Lines Matching refs:MJTI
1967 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); in emitJumpTableInfo() local
1968 if (!MJTI) return; in emitJumpTableInfo()
1969 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
1970 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1978 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
1986 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()
2001 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2034 emitJumpTableEntry(MJTI, JTBBs[ii], JTI); in emitJumpTableInfo()
2042 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry() argument
2047 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
2052 MJTI, MBB, UID, OutContext); in emitJumpTableEntry()
2100 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()