Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp128 const yaml::MachineJumpTable &YamlJTI,
612 MachineFunction &MF, const yaml::MachineJumpTable &YamlJTI, in initializeJumpTableInfo() argument
614 MachineJumpTableInfo *JTI = MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
615 for (const auto &Entry : YamlJTI.Entries) { in initializeJumpTableInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp85 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
394 yaml::MachineJumpTable &YamlJTI, in convert() argument
396 YamlJTI.Kind = JTI.getEntryKind(); in convert()
409 YamlJTI.Entries.push_back(Entry); in convert()