reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
 2462 void AArch64InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/AMDGPU/R600InstrInfo.cpp
   61 void R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/AMDGPU/SIInstrInfo.cpp
  524 void SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/ARC/ARCInstrInfo.cpp
  281 void ARCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/ARM/ARMBaseInstrInfo.cpp
  830 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/ARM/Thumb1InstrInfo.cpp
   38 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/ARM/Thumb2InstrInfo.cpp
  121 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/AVR/AVRInstrInfo.cpp
   41 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/BPF/BPFInstrInfo.cpp
   31 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/Hexagon/HexagonInstrInfo.cpp
  787 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/Lanai/LanaiInstrInfo.cpp
   34 void LanaiInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/MSP430/MSP430InstrInfo.cpp
   90 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/Mips/Mips16InstrInfo.cpp
   69 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/Mips/MipsSEInstrInfo.cpp
   83 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/NVPTX/NVPTXInstrInfo.cpp
   32 void NVPTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/PowerPC/PPCInstrInfo.cpp
  904 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/RISCV/RISCVInstrInfo.cpp
   85 void RISCVInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/Sparc/SparcInstrInfo.cpp
  305 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/SystemZ/SystemZInstrInfo.cpp
  766 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
   55 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/X86/X86InstrInfo.cpp
 2964 void X86InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/XCore/XCoreInstrInfo.cpp
  331 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,

References

lib/CodeGen/ExpandPostRAPseudos.cpp
  119     TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
  165   TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
lib/Target/AArch64/AArch64FrameLowering.cpp
 1170     TII->copyPhysReg(MBB, MBBI, DL, RegInfo->getBaseRegister(), AArch64::SP,
lib/Target/Mips/Mips16RegisterInfo.cpp
   64   TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true);
   65   TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);