/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIInstrInfo.h | 33 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
SIInstrInfo.cpp | 37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
R600InstrInfo.h | 43 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 73 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/ARM/ |
Thumb1InstrInfo.h | 42 void copyPhysReg(MachineBasicBlock &MBB,
|
Thumb2InstrInfo.h | 43 void copyPhysReg(MachineBasicBlock &MBB,
|
Thumb1InstrInfo.cpp | 41 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIInstrInfo.h | 33 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
SIInstrInfo.cpp | 37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
R600InstrInfo.h | 43 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 73 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.h | 52 virtual void copyPhysReg(
|
/external/llvm/lib/Target/Mips/ |
Mips16RegisterInfo.cpp | 69 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true); 70 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);
|
MipsSEInstrInfo.h | 47 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
Mips16InstrInfo.cpp | 68 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, 386 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true); 403 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true); 407 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false); 417 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true); 419 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);
|
Mips16InstrInfo.h | 46 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.h | 54 void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/R600/ |
SIInstrInfo.h | 33 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
AMDGPUInstrInfo.h | 75 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.h | 77 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.h | 64 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.h | 41 void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 120 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg, 164 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.h | 134 virtual void copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.h | 149 virtual void copyPhysReg(MachineBasicBlock &MBB,
|