Searched refs:JumpTables (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 75 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/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 80 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/lib/CodeGen/ |
D | MachineFunction.cpp | 570 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/ |
D | MachineFunction.cpp | 811 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/ |
D | IceCfg.h | 141 JumpTables.emplace_back(JumpTable); in addJumpTable() 340 CfgVector<InstJumpTable *> JumpTables; variable
|
D | IceGlobalContext.cpp | 893 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()
|
D | IceCfg.cpp | 1719 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/ |
D | SystemZInstrInfo.td | 1086 // ConstPools, JumpTables
|