Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineJumpTableInfo.h34 struct MachineJumpTableEntry { struct
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument
87 std::vector<MachineJumpTableEntry> JumpTables;
106 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
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.cpp9419 auto containsMBB = [&MBB](const MachineJumpTableEntry &JTE) { in isMBBSafeToSplitToCold()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1304 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
1322 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()
1337 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
HDMachineBasicBlock.cpp1071 const MachineJumpTableEntry &MJTE = MJTI.getJumpTables()[JumpTableIndex]; in jumpTableHasOtherUses()
/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()
/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/AsmPrinter/
HDAsmPrinter.cpp2701 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()