Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h46 enum JTEntryKind { enum
79 JTEntryKind EntryKind;
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()
84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
DMIRYamlMapping.h118 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {
120 MachineJumpTableInfo::JTEntryKind &EntryKind) {
298 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
DMachineFunction.h297 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineJumpTableInfo.h46 enum JTEntryKind { enum
74 JTEntryKind EntryKind;
77 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()
79 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
DMachineFunction.h173 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp105 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp199 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()