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

/openbsd-current/gnu/llvm/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 {
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBranchTargets.cpp73 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables())
H A DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
751 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables())
2224 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2417 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2459 const MachineJumpTableEntry &JTE = MJTI.getJumpTables()[JTI];
H A DARMAsmPrinter.cpp994 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1037 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1065 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx];
H A DAArch64AsmPrinter.cpp931 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1276 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
1294 for (MachineJumpTableEntry &JTE : JumpTables) {
1309 MachineJumpTableEntry &JTE = JumpTables[Idx];
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1358 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2483 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();

Completed in 236 milliseconds