Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp127 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
472 yaml::MachineJumpTable &YamlJTI, in convert() argument
474 YamlJTI.Kind = JTI.getEntryKind(); in convert()
486 YamlJTI.Entries.push_back(Entry); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp128 const yaml::MachineJumpTable &YamlJTI);
640 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument
641 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
642 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp135 const yaml::MachineJumpTable &YamlJTI);
769 const yaml::MachineJumpTable &YamlJTI) { in initializeJumpTableInfo() argument
770 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
771 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
407 yaml::MachineJumpTable &YamlJTI, in convert() argument
409 YamlJTI.Kind = JTI.getEntryKind(); in convert()
422 YamlJTI.Entries.push_back(Entry); in convert()