Searched refs:MJTI (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp190 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); local
191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
H A DXCoreISelLowering.cpp353 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo(); local
356 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp89 void emitJumpTableEntry(const MachineJumpTableInfo *MJTI,
758 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); local
759 if (!MJTI) return;
761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
769 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
789 emitJumpTableEntry(MJTI, JTBB, JTI);
793 void AArch64AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp558 auto MJTI = MF->getJumpTableInfo(); local
559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2163 MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); local
2164 if (!MJTI) return false;
2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2357 MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); local
2358 if (!MJTI) return false;
2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
2385 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB);
H A DARMAsmPrinter.cpp953 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
996 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1024 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
H A DARMISelLowering.cpp9669 unsigned MJTI = JTI->createJumpTableIndex(LPadList); local
9758 .addJumpTableIndex(MJTI)
9772 .addJumpTableIndex(MJTI);
9822 .addJumpTableIndex(MJTI)
9854 .addJumpTableIndex(MJTI);
9923 .addJumpTableIndex(MJTI)
9940 .addJumpTableIndex(MJTI);
9944 .addJumpTableIndex(MJTI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1832 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo(); local
1833 if (!MJTI) return;
1834 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;
1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
1843 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
1851 EmitAlignment(Align(MJTI->getEntryAlignment(DL)));
1866 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
1903 EmitJumpTableEntry(MJTI, JTBBs[ii], JTI);
1911 void AsmPrinter::EmitJumpTableEntry(const MachineJumpTableInfo *MJTI, argument
1916 switch (MJTI
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h695 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1402 if (MachineJumpTableInfo *MJTI = MF.getJumpTableInfo())
1403 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough);
1692 if (MachineJumpTableInfo *MJTI = MF.getJumpTableInfo())
1693 MJTI->ReplaceMBBInJumpTables(MBB, CurTBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1186 MachineJumpTableInfo *MJTI = DAG.getMachineFunction().getJumpTableInfo(); local
1187 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h741 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
H A DX86ISelLowering.cpp2388 X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI, argument
[all...]

Completed in 267 milliseconds