Searched refs:finalizeBundle (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 123 void llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 243 llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 249 finalizeBundle(MBB, FirstMI, LastMI); in finalizeBundle() 269 MII = finalizeBundle(MBB, std::prev(MII)); in finalizeBundles()
|
| H A D | DFAPacketizer.cpp | 176 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 27 void finalizeBundle(MachineBasicBlock &MBB, 36 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 134 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
|
| H A D | SIPostRABundler.cpp | 205 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 1867 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 1900 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 1927 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
|
| H A D | SIISelLowering.cpp | 3439 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 294 finalizeBundle( in InsertVPTBlocks()
|
| H A D | Thumb2ITBlockPass.cpp | 275 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
|
| H A D | ARMExpandPseudoInsts.cpp | 990 finalizeBundle(MBB, LO16->getIterator(), MBBI->getIterator()); in ExpandMOV32BitImm() 1385 finalizeBundle(MBB, VLSTM->getIterator(), MBBI->getIterator()); in CMSESaveClearFPRegsV8()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 554 finalizeBundle(MBB, PRFX->getIterator(), MBBI->getIterator()); in expand_DestructiveOp() 696 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 1804 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()
|