Home
last modified time | relevance | path

Searched refs:JTEntryKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h46 enum JTEntryKind { enum
79 JTEntryKind EntryKind;
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()
84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
HDMIRYamlMapping.h129 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {
131 MachineJumpTableInfo::JTEntryKind &EntryKind) {
443 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
HDMachineFunction.h497 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp269 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()