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

  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 237 MachineInstr *MI = MBB.getParent()->CloneMachineInstr(Orig);
253 return MF.CloneMachineInstr(Orig);
MachineFunction.cpp 159 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
164 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) {
IfConversion.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 356 /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
362 MachineInstr *CloneMachineInstr(const MachineInstr *Orig);
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 4984 milliseconds