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

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 160 MI = MF.CloneMachineInstr(MI);
285 MachineInstr *MI = MBB.getParent()->CloneMachineInstr(Orig);
301 return MF.CloneMachineInstr(Orig);
MachineFunction.cpp 179 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
184 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) {
    [all...]
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 262 MIBundleBuilder(I->second).append(MF->CloneMachineInstr(&*Filler));
265 I->first->insert(I->first->end(), MF->CloneMachineInstr(&*Filler));
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 378 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
384 MachineInstr *CloneMachineInstr(const MachineInstr *Orig);
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 45 MachineInstr *EarlierMI = MF.CloneMachineInstr(MI);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 695 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/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]

Completed in 284 milliseconds