Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp125 void llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm
245 llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm
251 finalizeBundle(MBB, FirstMI, LastMI); in finalizeBundle()
272 MII = finalizeBundle(MBB, std::prev(MII)); in finalizeBundles()
H A DDFAPacketizer.cpp234 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h28 void finalizeBundle(MachineBasicBlock &MBB,
37 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp281 finalizeBundle(MBB, InsertPos.getInstrIterator(), in InsertITInstructions()
H A DARMExpandPseudoInsts.cpp908 finalizeBundle(MBB, LO16->getIterator(), MBBI->getIterator()); in ExpandMOV32BitImm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1786 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1291 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()