Lines Matching refs:MachineJumpTableInfo
2329 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); in emitJumpTableInfo()
2331 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2340 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2363 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2403 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry()
2409 case MachineJumpTableInfo::EK_Inline: in emitJumpTableEntry()
2411 case MachineJumpTableInfo::EK_Custom32: in emitJumpTableEntry()
2415 case MachineJumpTableInfo::EK_BlockAddress: in emitJumpTableEntry()
2420 case MachineJumpTableInfo::EK_GPRel32BlockAddress: { in emitJumpTableEntry()
2429 case MachineJumpTableInfo::EK_GPRel64BlockAddress: { in emitJumpTableEntry()
2438 case MachineJumpTableInfo::EK_LabelDifference32: { in emitJumpTableEntry()