Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h47 enum JTEntryKind { enum
80 JTEntryKind EntryKind;
83 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()
85 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
DMIRYamlMapping.h128 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {
130 MachineJumpTableInfo::JTEntryKind &EntryKind) {
372 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
DMachineFunction.h433 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/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/lib/CodeGen/
DMachineFunction.cpp105 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp199 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp249 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()