Searched refs:getJumpTables (Results 1 – 20 of 20) sorted by relevance
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
73 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction()
98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
356 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
271 JumpTableDataList getJumpTables();
810 JumpTableDataList GlobalContext::getJumpTables() { in getJumpTables() function in Ice::GlobalContext
6999 for (const JumpTableData &JT : Ctx->getJumpTables()) in lowerJumpTables()7010 for (const JumpTableData &JT : Ctx->getJumpTables()) { in lowerJumpTables()
7733 for (const JumpTableData &JT : Ctx->getJumpTables()) in lowerJumpTables()7744 for (const JumpTableData &JT : Ctx->getJumpTables()) { in lowerJumpTables()
6913 if (!Ctx->getJumpTables().empty()) { in lowerJumpTables()
954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs()997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts()1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
1495 for (auto &Table: MF.getJumpTableInfo()->getJumpTables()) in EstimateFunctionSizeInBytes()
528 for (const auto &Table : JTI.getJumpTables()) { in convert()
640 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
235 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
1187 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()