Searched refs:getEntryKind (Results 1 – 9 of 9) 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; } in getEntryKind() function
626 (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in select()627 MJTI->getEntryKind() == MachineJumpTableInfo::EK_Custom32 || in select()628 MJTI->getEntryKind() == MachineJumpTableInfo::EK_BlockAddress) && in select()656 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32) { in select()
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()2770 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()2809 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableEntry()
3543 switch (JTI.getEntryKind()) { in collectDebugInfoForJumpTables()
1251 switch (getEntryKind()) { in getEntrySize()1272 switch (getEntryKind()) { in getEntryAlignment()
599 YamlJTI.Kind = JTI.getEntryKind(); in convert()
609 if (MJTI->getEntryKind() != MachineJumpTableInfo::EK_Inline) in doInitialJumpTablePlacement()787 MJTI && MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline; in initializeFunctionInfo()
2739 if (MI.getMF()->getJumpTableInfo()->getEntryKind() == in ExpandMI()