Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h84 EntryKind getEntryKind() const { return Instr.getInt(); } in getEntryKind() function
86 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()
87 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
H A DMachineJumpTableInfo.h84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1234 switch (getEntryKind()) { in getEntrySize()
1254 switch (getEntryKind()) { in getEntryAlignment()
H A DMIRPrinter.cpp578 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2100 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2109 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2132 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2178 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp826 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()