Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h106 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64BranchTargets.cpp74 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction()
HDAArch64CompressJumpTables.cpp116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
HDAArch64AsmPrinter.cpp1170 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1387 const std::vector<MachineJumpTableEntry> &JTs = MJTI->getJumpTables(); in LowerHardenedBRJumpTable()
HDAArch64InstrInfo.cpp9422 if (MJTI != nullptr && llvm::any_of(MJTI->getJumpTables(), containsMBB)) in isMBBSafeToSplitToCold()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
HDXCoreISelLowering.cpp348 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp606 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()
758 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables()
2235 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
2430 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
HDARMAsmPrinter.cpp1011 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs()
1054 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts()
1082 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst()
HDARMFrameLowering.cpp2080 for (auto &Table: MF.getJumpTableInfo()->getJumpTables()) in EstimateFunctionSizeInBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp1247 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp604 for (const auto &Table : JTI.getJumpTables()) { in convert()
HDMachineFunction.cpp751 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
HDMachineBasicBlock.cpp1071 const MachineJumpTableEntry &MJTE = MJTI.getJumpTables()[JumpTableIndex]; in jumpTableHasOtherUses()
HDBranchFolding.cpp229 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp3475 auto UsedJTs = llvm::SmallBitVector(JTI->getJumpTables().size()); in forEachJumpTableBranch()
3567 JTI.getJumpTables()[JumpTableIndex].MBBs.size()}); in collectDebugInfoForJumpTables()
HDAsmPrinter.cpp2701 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp1814 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()