| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 124 void llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 248 llvm::finalizeBundle(MachineBasicBlock &MBB, in finalizeBundle() function in llvm 254 finalizeBundle(MBB, FirstMI, LastMI); in finalizeBundle() 274 MII = finalizeBundle(MBB, std::prev(MII)); in finalizeBundles()
|
| H A D | DFAPacketizer.cpp | 176 finalizeBundle(*MBB, MIFirst.getIterator(), MI.getInstrIterator()); in endPacket()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundle.h | 27 void finalizeBundle(MachineBasicBlock &MBB, 36 MachineBasicBlock::instr_iterator finalizeBundle(MachineBasicBlock &MBB,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64KCFI.cpp | 90 finalizeBundle(MBB, Check->getIterator(), std::next(MBBI->getIterator())); in emitCheck()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 625 finalizeBundle(MBB, PRFX->getIterator(), MBBI->getIterator()); in expand_DestructiveOp() 777 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER() 810 finalizeBundle(MBB, Call->getIterator(), std::next(BTI->getIterator())); in expandCALL_BTI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86KCFI.cpp | 125 finalizeBundle(MBB, Check->getIterator(), std::next(MBBI->getIterator())); in emitCheck()
|
| H A D | X86ExpandPseudo.cpp | 255 finalizeBundle(MBB, OriginalCall->getIterator(), in expandCALL_RVMARKER()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 191 finalizeBundle(MBB, ClauseMI->getIterator(), in emitClause()
|
| H A D | SIPostRABundler.cpp | 217 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 2163 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 2199 finalizeBundle(MBB, SetOn->getIterator(), std::next(SetOff->getIterator())); in expandPostRAPseudo() 2226 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
|
| H A D | SIISelLowering.cpp | 3565 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
|
| /openbsd-src/gnu/llvm/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 | 1078 finalizeBundle(MBB, LO16->getIterator(), MBBI->getIterator()); in ExpandMOV32BitImm() 1475 finalizeBundle(MBB, VLSTM->getIterator(), MBBI->getIterator()); in CMSESaveClearFPRegsV8() 1639 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8() 3113 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in ExpandMI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 1820 finalizeBundle(*MBB, FirstMI, LastMI); in endPacket()
|