Home
last modified time | relevance | path

Searched refs:getJumpTables (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp198 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
DXCoreISelLowering.cpp363 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp979 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs()
1018 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts()
1044 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
DARMConstantIslandPass.cpp595 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
2112 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2226 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp618 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp495 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DMIRPrinter.cpp398 for (const auto &Table : JTI.getJumpTables()) { in convert()
DBranchFolding.cpp246 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1064 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1349 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()