Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2193 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in optimizeThumb2JumpTables() local
2195 for (unsigned j = 0, ee = JTBBs.size(); j != ee; ++j) { in optimizeThumb2JumpTables()
2196 MachineBasicBlock *MBB = JTBBs[j]; in optimizeThumb2JumpTables()
2388 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in reorderThumb2JumpTables() local
2389 for (unsigned j = 0, ee = JTBBs.size(); j != ee; ++j) { in reorderThumb2JumpTables()
2390 MachineBasicBlock *MBB = JTBBs[j]; in reorderThumb2JumpTables()
2399 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB); in reorderThumb2JumpTables()
H A DARMAsmPrinter.cpp973 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableAddrs() local
975 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableAddrs()
1016 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInsts() local
1018 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableInsts()
1044 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableTBInst() local
1050 for (auto MBB : JTBBs) { in emitJumpTableTBInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2105 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
2108 if (JTBBs.empty()) continue; in emitJumpTableInfo()
2117 for (unsigned ii = 0, ee = JTBBs.size(); ii != ee; ++ii) { in emitJumpTableInfo()
2118 const MachineBasicBlock *MBB = JTBBs[ii]; in emitJumpTableInfo()
2144 for (unsigned ii = 0, ee = JTBBs.size(); ii != ee; ++ii) in emitJumpTableInfo()
2145 emitJumpTableEntry(MJTI, JTBBs[ii], JTI); in emitJumpTableInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp832 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
835 if (JTBBs.empty()) continue; in emitJumpTableInfo()
844 for (auto *JTBB : JTBBs) { in emitJumpTableInfo()