| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 123 void llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 242 llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 248 finalizeBundle(MBB, FirstMI, LastMI); in finalizeBundle() 268 MII = finalizeBundle(MBB, std::prev(MII)); in finalizeBundles()
|
| H A D | KCFI.cpp | 85 finalizeBundle(MBB, Check->getIterator(), std::next(MBBI->getIterator())); in emitCheck()
|
| H A D | DFAPacketizer.cpp | 146 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 27 void finalizeBundle(MachineBasicBlock &MBB, 36 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPostRABundler.cpp | 217 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
|
| H A D | SIInsertHardClauses.cpp | 187 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
|
| H A D | SIInstrInfo.cpp | 2407 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 2443 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 2490 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
|
| H A D | SIISelLowering.cpp | 4406 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb2ITBlockPass.cpp | 276 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
|
| H A D | MVEVPTBlockPass.cpp | 305 finalizeBundle( in InsertVPTBlocks()
|
| H A D | ARMExpandPseudoInsts.cpp | 1153 finalizeBundle(MBB, LO16->getIterator(), MBBI->getIterator()); in ExpandMOV32BitImm() 1551 finalizeBundle(MBB, VLSTM->getIterator(), MBBI->getIterator()); in CMSESaveClearFPRegsV8() 1724 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8() 3218 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in ExpandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 674 finalizeBundle(MBB, PRFX->getIterator(), MBBI->getIterator()); in expand_DestructiveOp() 884 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER() 913 finalizeBundle(MBB, Call->getIterator(), std::next(BTI->getIterator())); in expandCALL_BTI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 255 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 1821 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()
|