Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1272 switch (getEntryKind()) { in getEntrySize()
1292 switch (getEntryKind()) { in getEntryAlignment()
H A DMIRPrinter.cpp580 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2331 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2340 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()
2363 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2408 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()