Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp998 switch (getEntryKind()) { in getEntrySize()
1018 switch (getEntryKind()) { in getEntryAlignment()
H A DMIRPrinter.cpp553 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2080 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2089 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2112 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2158 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp822 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()