Searched refs:copyPhysReg (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h42 void copyPhysReg(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.h43 void copyPhysReg(MachineBasicBlock &MBB,
H A DThumb1InstrInfo.cpp41 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp113 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Thumb2InstrInfo
119 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp69 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true);
70 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);
H A DMips16InstrInfo.h46 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMipsSEInstrInfo.h47 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMips16InstrInfo.cpp68 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Mips16InstrInfo
343 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
361 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true);
366 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
376 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true);
378 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h54 void copyPhysReg(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h52 virtual void copyPhysReg(
H A DNVPTXInstrInfo.cpp32 void NVPTXInstrInfo::copyPhysReg( function in class:NVPTXInstrInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.h33 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DR600InstrInfo.h44 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DAMDGPUInstrInfo.h74 virtual void copyPhysReg(MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h85 virtual void copyPhysReg(MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h64 virtual void copyPhysReg(MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h71 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DSystemZInstrInfo.cpp251 SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SystemZInstrInfo
257 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_high),
259 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_low),
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h41 void copyPhysReg(MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp120 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
164 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h211 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMBlazeInstrInfo.cpp84 copyPhysReg(MachineBasicBlock &MBB, function in class:MBlazeInstrInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h134 virtual void copyPhysReg(MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h75 virtual void copyPhysReg(MachineBasicBlock &MBB,

Completed in 185 milliseconds

12