Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/llvm-project/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()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp811 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
812 return JumpTables.size()-1; in createJumpTableIndex()
821 for (size_t i = 0, e = JumpTables.size(); i != e; ++i) in ReplaceMBBInJumpTables()
833 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
843 if (JumpTables.empty()) return; in print()
847 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) { in print()
849 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j) in print()
850 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber(); in print()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp1038 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
1039 return JumpTables.size()-1; in createJumpTableIndex()
1048 for (size_t i = 0, e = JumpTables.size(); i != e; ++i) in ReplaceMBBInJumpTables()
1056 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()
1071 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
1081 if (JumpTables.empty()) return; in print()
1085 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) { in print()
1087 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j) in print()
1088 OS << ' ' << printMBBReference(*JumpTables[i].MBBs[j]); in print()
/external/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()
/external/swiftshader/third_party/subzero/src/
DIceCfg.h141 JumpTables.emplace_back(JumpTable); in addJumpTable()
326 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.cpp1612 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing()
1648 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1654 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()