Home
last modified time | relevance | path

Searched refs:finalizeBundle (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp124 void llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm
222 llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm
228 finalizeBundle(MBB, FirstMI, LastMI); in finalizeBundle()
248 MII = finalizeBundle(MBB, std::prev(MII)); in finalizeBundles()
H A DKCFI.cpp84 finalizeBundle(MBB, Check->getIterator(), std::next(MBBI->getIterator())); in emitCheck()
H A DDFAPacketizer.cpp146 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h28 LLVM_ABI void finalizeBundle(MachineBasicBlock &MBB,
38 finalizeBundle(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp235 finalizeBundle(MBB, BundleStart, Next); in run()
H A DSIInsertHardClauses.cpp188 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
H A DSIInstrInfo.cpp2413 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo()
2449 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo()
2496 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
H A DSIISelLowering.cpp4622 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp301 finalizeBundle( in InsertVPTBlocks()
H A DThumb2ITBlockPass.cpp272 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
H A DARMExpandPseudoInsts.cpp1152 finalizeBundle(MBB, LO16->getIterator(), MBBI->getIterator()); in ExpandMOV32BitImm()
1588 finalizeBundle(MBB, VLSTM->getIterator(), MBBI->getIterator()); in CMSESaveClearFPRegsV8()
1761 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8()
3260 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in ExpandMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp675 finalizeBundle(MBB, PRFX->getIterator(), MBBI->getIterator()); in expand_DestructiveOp()
886 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
915 finalizeBundle(MBB, Call->getIterator(), std::next(BTI->getIterator())); in expandCALL_BTI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp253 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1812 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()