Searched refs:MachineJumpTableEntry (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h32 /// MachineJumpTableEntry - One jump table in the jump table info.
34 struct MachineJumpTableEntry { struct in namespace:llvm
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) function in struct:llvm::MachineJumpTableEntry
80 std::vector<MachineJumpTableEntry> JumpTables;
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
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();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp944 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
966 MachineJumpTableEntry &JTE = JumpTables[Idx];
/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();
/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/AsmPrinter/
H A DAsmPrinter.cpp1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();

Completed in 267 milliseconds