Home
last modified time | relevance | path

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

/freebsd-14.2/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; } in getEntryKind() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp626 (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in select()
627 MJTI->getEntryKind() == MachineJumpTableInfo::EK_Custom32 || in select()
628 MJTI->getEntryKind() == MachineJumpTableInfo::EK_BlockAddress) && in select()
656 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32) { in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2692 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2701 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in emitJumpTableInfo()
2702 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference64, in emitJumpTableInfo()
2725 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()
2770 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
2809 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableEntry()
H A DCodeViewDebug.cpp3543 switch (JTI.getEntryKind()) { in collectDebugInfoForJumpTables()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1251 switch (getEntryKind()) { in getEntrySize()
1272 switch (getEntryKind()) { in getEntryAlignment()
H A DMIRPrinter.cpp599 YamlJTI.Kind = JTI.getEntryKind(); in convert()
/freebsd-14.2/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.cpp2739 if (MI.getMF()->getJumpTableInfo()->getEntryKind() == in ExpandMI()