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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 259 MIBundleBuilder(I->second).append(MF->CloneMachineInstr(&*Filler));
262 I->first->insert(I->first->end(), MF->CloneMachineInstr(&*Filler));
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 380 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
386 MachineInstr *CloneMachineInstr(const MachineInstr *Orig);
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 161 MI = MF.CloneMachineInstr(MI);
320 MachineInstr *MI = MBB.getParent()->CloneMachineInstr(Orig);
336 return MF.CloneMachineInstr(Orig);
MachineFunction.cpp 185 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
190 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) {
    [all...]
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 57 MachineInstr *EarlierMI = MF.CloneMachineInstr(MI);
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 699 MachineInstr *MI = Func->CloneMachineInstr(It);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 631 milliseconds