Home
last modified time | relevance | path

Searched refs:getEntryKind (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h83 EntryKind getEntryKind() const { return Instr.getInt(); } in getEntryKind() function
85 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()
86 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
H A DMachineJumpTableInfo.h91 JTEntryKind getEntryKind() const { return EntryKind; }
84 JTEntryKind getEntryKind() const { return EntryKind; } getEntryKind() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp641 (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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2700 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1263 switch (getEntryKind()) { in getEntrySize()
1284 switch (getEntryKind()) { in getEntryAlignment()
H A DMIRPrinter.cpp602 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp609 if (MJTI->getEntryKind() != MachineJumpTableInfo::EK_Inline) in doInitialJumpTablePlacement()
787 MJTI && MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline; in initializeFunctionInfo()
H A DARMExpandPseudoInsts.cpp2755 if (MI.getMF()->getJumpTableInfo()->getEntryKind() == in ExpandMI()