HomeSort by relevance Sort by last modified time
    Searched refs:MIBundleBuilder (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 413 /// MIBundleBuilder can create a bundle from scratch by inserting new
416 class MIBundleBuilder {
422 /// Create an MIBundleBuilder that inserts instructions into a new bundle in
424 MIBundleBuilder(MachineBasicBlock &BB,
429 MIBundleBuilder(MachineBasicBlock &BB,
442 /// Create an MIBundleBuilder representing an existing instruction or bundle
444 explicit MIBundleBuilder(MachineInstr *MI)
462 MIBundleBuilder &insert(MachineBasicBlock::instr_iterator I,
484 MIBundleBuilder &prepend(MachineInstr *MI) {
490 MIBundleBuilder &append(MachineInstr *MI)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 242 MIBundleBuilder(&*MIB).append((++II)->removeFromBundle());
318 MIBundleBuilder(*LongBrMBB, Pos)
333 MIBundleBuilder(*BalTgtMBB, Pos)
342 MIBundleBuilder(*BalTgtMBB, Pos)
392 MIBundleBuilder(*LongBrMBB, Pos)
407 MIBundleBuilder(*BalTgtMBB, Pos)
422 MIBundleBuilder(*LongBrMBB, Pos)
MipsDelaySlotFiller.cpp 266 MIBundleBuilder(I->second).append(MF->CloneMachineInstr(&*Filler));
637 MIBundleBuilder(MBB, I, std::next(I, 2));
727 MIBundleBuilder(MBB, Slot, std::next(Slot, 2));
747 MIBundleBuilder(MBB, Slot, std::next(Slot, 2));
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 160 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), J);
162 MIBundleBuilder(MBB, MachineBasicBlock::iterator(MI), I);
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 116 MIBundleBuilder Bundle(MBB, FirstMI, LastMI);
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 860 MIBundleBuilder Bundler(MBB, MI);
    [all...]

Completed in 3432 milliseconds