Lines Matching refs:MachineJumpTableInfo
2690 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); in emitJumpTableInfo()
2692 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2701 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in emitJumpTableInfo()
2702 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference64, in emitJumpTableInfo()
2725 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2765 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry()
2771 case MachineJumpTableInfo::EK_Inline: in emitJumpTableEntry()
2773 case MachineJumpTableInfo::EK_Custom32: in emitJumpTableEntry()
2777 case MachineJumpTableInfo::EK_BlockAddress: in emitJumpTableEntry()
2782 case MachineJumpTableInfo::EK_GPRel32BlockAddress: { in emitJumpTableEntry()
2791 case MachineJumpTableInfo::EK_GPRel64BlockAddress: { in emitJumpTableEntry()
2800 case MachineJumpTableInfo::EK_LabelDifference32: in emitJumpTableEntry()
2801 case MachineJumpTableInfo::EK_LabelDifference64: { in emitJumpTableEntry()
2809 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableEntry()