HomeSort by relevance Sort by last modified time
    Searched refs:copyPhysReg (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 40 void copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 41 void copyPhysReg(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 35 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.cpp 107 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
113 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
ARMBaseInstrInfo.h 109 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.h 45 virtual void copyPhysReg(MachineBasicBlock &MBB,
AlphaInstrInfo.cpp 121 void AlphaInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 49 virtual void copyPhysReg(MachineBasicBlock &MBB,
BlackfinInstrInfo.cpp 100 void BlackfinInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 47 virtual void copyPhysReg(MachineBasicBlock &MBB,
SPUInstrInfo.cpp 124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 55 void copyPhysReg(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 78 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 65 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 64 virtual void copyPhysReg(MachineBasicBlock &MBB,
XCoreInstrInfo.cpp 334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 158 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 40 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 115 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 80 "copyPhysReg output doesn't reference destination register!");
136 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
173 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 211 virtual void copyPhysReg(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp 84 copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 221 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 356 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
357 virtual void copyPhysReg(MachineBasicBlock &MBB,
361 assert(0 && "Target didn't implement TargetInstrInfo::copyPhysReg!");
    [all...]

Completed in 380 milliseconds

1 2