Searched refs:getEntryKind (Results 1 – 8 of 8) sorted by relevance
83 EntryKind getEntryKind() const { return Instr.getInt(); } in getEntryKind() function85 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()86 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
91 JTEntryKind getEntryKind() const { return EntryKind; }84 JTEntryKind getEntryKind() const { return EntryKind; } getEntryKind() function
641 (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in select()642 MJTI->getEntryKind() == MachineJumpTableInfo::EK_Custom32 || in select()643 MJTI->getEntryKind() == MachineJumpTableInfo::EK_BlockAddress) && in select()671 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32) { in select()
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()2780 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()2819 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableEntry()
1263 switch (getEntryKind()) { in getEntrySize()1284 switch (getEntryKind()) { in getEntryAlignment()
602 YamlJTI.Kind = JTI.getEntryKind(); in convert()
609 if (MJTI->getEntryKind() != MachineJumpTableInfo::EK_Inline) in doInitialJumpTablePlacement()787 MJTI && MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline; in initializeFunctionInfo()
2755 if (MI.getMF()->getJumpTableInfo()->getEntryKind() == in ExpandMI()