Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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()
DMachineJumpTableInfo.h84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp1237 switch (getEntryKind()) { in getEntrySize()
1257 switch (getEntryKind()) { in getEntryAlignment()
DMIRPrinter.cpp581 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2482 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2491 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2514 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2559 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()