Lines Matching refs:MachineJumpTableInfo
2098 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); in emitJumpTableInfo()
2100 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2109 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2132 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2173 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry()
2179 case MachineJumpTableInfo::EK_Inline: in emitJumpTableEntry()
2181 case MachineJumpTableInfo::EK_Custom32: in emitJumpTableEntry()
2185 case MachineJumpTableInfo::EK_BlockAddress: in emitJumpTableEntry()
2190 case MachineJumpTableInfo::EK_GPRel32BlockAddress: { in emitJumpTableEntry()
2199 case MachineJumpTableInfo::EK_GPRel64BlockAddress: { in emitJumpTableEntry()
2208 case MachineJumpTableInfo::EK_LabelDifference32: { in emitJumpTableEntry()