/external/llvm/lib/Target/ARM/ |
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);
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinInstrInfo.cpp | 100 void BlackfinInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/Alpha/ |
AlphaInstrInfo.cpp | 122 void AlphaInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeInstrInfo.cpp | 84 copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 269 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 102 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/CellSPU/ |
SPUInstrInfo.cpp | 124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 334 void XCoreInstrInfo::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...] |
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 93 copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/PTX/ |
PTXInstrInfo.cpp | 46 void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.cpp | 302 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |