Lines Matching refs:MachineJumpTableInfo
2698 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); in emitJumpTableInfo()
2700 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2709 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in emitJumpTableInfo()
2710 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference64, in emitJumpTableInfo()
2733 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2775 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry()
2781 case MachineJumpTableInfo::EK_Inline: in emitJumpTableEntry()
2783 case MachineJumpTableInfo::EK_Custom32: in emitJumpTableEntry()
2787 case MachineJumpTableInfo::EK_BlockAddress: in emitJumpTableEntry()
2792 case MachineJumpTableInfo::EK_GPRel32BlockAddress: { in emitJumpTableEntry()
2801 case MachineJumpTableInfo::EK_GPRel64BlockAddress: { in emitJumpTableEntry()
2810 case MachineJumpTableInfo::EK_LabelDifference32: in emitJumpTableEntry()
2811 case MachineJumpTableInfo::EK_LabelDifference64: { in emitJumpTableEntry()
2819 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableEntry()