Searched refs:getJumpTables (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { function in class:llvm::MachineJumpTableInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64BranchTargets.cpp73 for (auto &JTE : JTI->getJumpTables())
H A DAArch64CompressJumpTables.cpp98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx];
H A DAArch64AsmPrinter.cpp761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
H A DXCoreISelLowering.cpp356 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
H A DARMConstantIslandPass.cpp559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
H A DARMFrameLowering.cpp1495 for (auto &Table: MF.getJumpTableInfo()->getJumpTables())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp640 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!");
H A DMIRPrinter.cpp528 for (const auto &Table : JTI.getJumpTables()) {
H A DBranchFolding.cpp235 BitVector JTIsLive(JTI->getJumpTables().size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1187 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();

Completed in 332 milliseconds