Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp123 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 DDFAPacketizer.cpp176 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h27 void finalizeBundle(MachineBasicBlock &MBB,
36 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp134 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
H A DSIPostRABundler.cpp205 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
H A DSIInstrInfo.cpp1867 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 DSIISelLowering.cpp3439 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp294 finalizeBundle( in InsertVPTBlocks()
H A DThumb2ITBlockPass.cpp275 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
H A DARMExpandPseudoInsts.cpp990 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 DAArch64ExpandPseudoInsts.cpp554 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 DHexagonVLIWPacketizer.cpp1804 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()