/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIInstrInfo.cpp | 37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
R600InstrInfo.cpp | 49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIInstrInfo.cpp | 37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
R600InstrInfo.cpp | 49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/ARM/ |
Thumb1InstrInfo.cpp | 41 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
Thumb2InstrInfo.cpp | 113 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB, 119 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
|
ARMBaseInstrInfo.cpp | 643 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 32 void NVPTXInstrInfo::copyPhysReg(
|
/external/llvm/lib/Target/R600/ |
SIInstrInfo.cpp | 35 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
R600InstrInfo.cpp | 50 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 272 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 464 /// copyPhysReg - Emit instructions to copy a pair of physical registers. 472 virtual void copyPhysReg(MachineBasicBlock &MBB, 476 llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!"); [all...] |
/external/llvm/lib/Target/Mips/ |
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);
|
MipsSEInstrInfo.cpp | 91 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 41 void AArch64InstrInfo::copyPhysReg(MachineBasicBlock &MBB, 109 llvm_unreachable("Unknown register class in copyPhysReg");
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 353 SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB, 359 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_high), 361 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_low),
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | 411 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.cpp | 530 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |