Home
last modified time | relevance | path

Searched refs:JumpTables (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h80 std::vector<MachineJumpTableEntry> JumpTables; variable
97 bool isEmpty() const { return JumpTables.empty(); } in isEmpty()
100 return JumpTables; in getJumpTables()
106 JumpTables[Idx].MBBs.clear(); in RemoveJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp944 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
945 return JumpTables.size()-1; in createJumpTableIndex()
954 for (size_t i = 0, e = JumpTables.size(); i != e; ++i) in ReplaceMBBInJumpTables()
966 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
976 if (JumpTables.empty()) return; in print()
980 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) { in print()
982 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j) in print()
983 OS << ' ' << printMBBReference(*JumpTables[i].MBBs[j]); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h141 JumpTables.emplace_back(JumpTable); in addJumpTable()
325 CfgVector<InstJumpTable *> JumpTables; variable
DIceGlobalContext.cpp811 JumpTableDataList JumpTables(*getJumpTableList()); in getJumpTables() local
814 std::sort(JumpTables.begin(), JumpTables.end(), in getJumpTables()
821 return JumpTables; in getJumpTables()
DIceCfg.cpp1642 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1648 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()