Searched refs:MIBundleBuilder (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 591 class MIBundleBuilder { 599 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator Pos) in MIBundleBuilder() function 603 MIBundleBuilder(MachineBasicBlock &BB, MachineBasicBlock::iterator B, in MIBundleBuilder() function 617 explicit MIBundleBuilder(MachineInstr *MI) in MIBundleBuilder() function 636 MIBundleBuilder &insert(MachineBasicBlock::instr_iterator I, in insert() 658 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend() 664 MIBundleBuilder &append(MachineInstr *MI) { in append()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 314 MIBundleBuilder(I.second).append(MF->CloneMachineInstr(&*Filler)); in insertDelayFiller() 682 MIBundleBuilder(MBB, I, std::next(I, 2)); in runOnMachineBasicBlock() 794 MIBundleBuilder(MBB, SlotI, std::next(SlotI, 2)); in searchBackward() 818 MIBundleBuilder(MBB, Slot, std::next(Slot, 2)); in searchForward()
|
H A D | MipsBranchExpansion.cpp | 373 MIBundleBuilder(&*MIB).append((++II)->removeFromBundle()); in replaceBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 157 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), J); in runOnMachineBasicBlock() 159 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), I); in runOnMachineBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 137 MIBundleBuilder(MBB, InstrWithSlot, std::next(LastFiller)); in runOnMachineBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1696 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8() 3215 MIBundleBuilder Bundler(MBB, MI); in ExpandMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 2458 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo()
|
H A D | SIISelLowering.cpp | 4405 MIBundleBuilder Bundler(*MBB, I, E); in bundleInstWithWaitcnt()
|