Home
last modified time | relevance | path

Searched refs:JTBBs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp191 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in printInlineJT() local
193 for (unsigned i = 0, e = JTBBs.size(); i != e; ++i) { in printInlineJT()
194 MachineBasicBlock *MBB = JTBBs[i]; in printInlineJT()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1012 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableAddrs() local
1014 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableAddrs()
1055 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInsts() local
1057 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableInsts()
1083 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableTBInst() local
1089 for (auto *MBB : JTBBs) { in emitJumpTableTBInst()
H A DARMConstantIslandPass.cpp2247 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in optimizeThumb2JumpTables() local
2249 for (MachineBasicBlock *MBB : JTBBs) { in optimizeThumb2JumpTables()
2443 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in reorderThumb2JumpTables() local
2444 for (MachineBasicBlock *MBB : JTBBs) { in reorderThumb2JumpTables()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2726 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
2729 if (JTBBs.empty()) continue; in emitJumpTableInfo()
2738 for (const MachineBasicBlock *MBB : JTBBs) { in emitJumpTableInfo()
2766 for (const MachineBasicBlock *MBB : JTBBs) in emitJumpTableInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1179 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
1182 if (JTBBs.empty()) continue; in emitJumpTableInfo()
1191 for (auto *JTBB : JTBBs) { in emitJumpTableInfo()