Home
last modified time | relevance | path

Searched refs:JumpTables (Results 1 – 8 of 8) 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/include/llvm/CodeGen/
DMachineJumpTableInfo.h75 std::vector<MachineJumpTableEntry> JumpTables; variable
92 bool isEmpty() const { return JumpTables.empty(); } in isEmpty()
95 return JumpTables; in getJumpTables()
101 JumpTables[Idx].MBBs.clear(); in RemoveJumpTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp570 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
571 return JumpTables.size()-1; in createJumpTableIndex()
580 for (size_t i = 0, e = JumpTables.size(); i != e; ++i) in ReplaceMBBInJumpTables()
592 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
602 if (JumpTables.empty()) return; in print()
606 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) { in print()
608 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j) in print()
609 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber(); in print()
/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/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp893 JumpTableDataList JumpTables(*getJumpTableList()); in getJumpTables() local
896 std::sort(JumpTables.begin(), JumpTables.end(), in getJumpTables()
911 RandomShuffle(JumpTables.begin(), JumpTables.end(), in getJumpTables()
914 return JumpTables; in getJumpTables()
DIceCfg.h141 JumpTables.emplace_back(JumpTable); in addJumpTable()
340 CfgVector<InstJumpTable *> JumpTables; variable
DIceCfg.cpp1719 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing()
1755 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1761 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.td1086 // ConstPools, JumpTables