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.cpp123 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 DKCFI.cpp85 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.h27 void finalizeBundle(MachineBasicBlock &MBB,
36 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp217 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
H A DSIInsertHardClauses.cpp187 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
H A DSIInstrInfo.cpp2407 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 DSIISelLowering.cpp4406 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp276 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
H A DMVEVPTBlockPass.cpp305 finalizeBundle( in InsertVPTBlocks()
H A DARMExpandPseudoInsts.cpp1153 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 DAArch64ExpandPseudoInsts.cpp674 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 DX86ExpandPseudo.cpp255 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1821 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()