Home
last modified time | relevance | path

Searched refs:MIBundleBuilder (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h416 class MIBundleBuilder {
424 MIBundleBuilder(MachineBasicBlock &BB, in MIBundleBuilder() function
429 MIBundleBuilder(MachineBasicBlock &BB, in MIBundleBuilder() function
444 explicit MIBundleBuilder(MachineInstr *MI) in MIBundleBuilder() function
462 MIBundleBuilder &insert(MachineBasicBlock::instr_iterator I, in insert()
484 MIBundleBuilder &prepend(MachineInstr *MI) { in prepend()
490 MIBundleBuilder &append(MachineInstr *MI) { in append()
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp242 MIBundleBuilder(&*MIB).append((++II)->removeFromBundle()); in replaceBranch()
318 MIBundleBuilder(*LongBrMBB, Pos) in expandToLongBranch()
333 MIBundleBuilder(*BalTgtMBB, Pos) in expandToLongBranch()
342 MIBundleBuilder(*BalTgtMBB, Pos) in expandToLongBranch()
392 MIBundleBuilder(*LongBrMBB, Pos) in expandToLongBranch()
407 MIBundleBuilder(*BalTgtMBB, Pos) in expandToLongBranch()
422 MIBundleBuilder(*LongBrMBB, Pos) in expandToLongBranch()
DMipsDelaySlotFiller.cpp266 MIBundleBuilder(I->second).append(MF->CloneMachineInstr(&*Filler)); in insertDelayFiller()
637 MIBundleBuilder(MBB, I, std::next(I, 2)); in runOnMachineBasicBlock()
727 MIBundleBuilder(MBB, Slot, std::next(Slot, 2)); in searchBackward()
747 MIBundleBuilder(MBB, Slot, std::next(Slot, 2)); in searchForward()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp160 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), J); in runOnMachineBasicBlock()
162 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), I); in runOnMachineBasicBlock()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp116 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp860 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo()