Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h72 EK_Inline, enumerator
DMIRYamlMapping.h140 IO.enumCase(EntryKind, "inline", MachineJumpTableInfo::EK_Inline);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp1246 case MachineJumpTableInfo::EK_Inline: in getEntrySize()
1266 case MachineJumpTableInfo::EK_Inline: in getEntryAlignment()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2482 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()
2560 case MachineJumpTableInfo::EK_Inline: in emitJumpTableEntry()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp337 return MachineJumpTableInfo::EK_Inline; in getJumpTableEncoding()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp3484 return MachineJumpTableInfo::EK_Inline; in getJumpTableEncoding()
10819 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()