Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64BranchTargets.cpp73 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction()
H A DAArch64CompressJumpTables.cpp115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
H A DAArch64AsmPrinter.cpp825 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBranchTargets.cpp73 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in runOnMachineFunction()
H A DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
751 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables()
2224 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2417 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
2459 const MachineJumpTableEntry &JTE = MJTI.getJumpTables()[JTI]; in fixupBTI()
H A DARMAsmPrinter.cpp996 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs()
1039 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts()
1067 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst()
H A DARMFrameLowering.cpp2054 for (auto &Table: MF.getJumpTableInfo()->getJumpTables()) in EstimateFunctionSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
H A DXCoreISelLowering.cpp354 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1281 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp582 for (const auto &Table : JTI.getJumpTables()) { in convert()
H A DMachineFunction.cpp706 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
H A DBranchFolding.cpp225 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1845 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2332 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()