Searched defs:copyPhysReg (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIInstrInfo.cpp37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SIInstrInfo
H A DR600InstrInfo.cpp49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:R600InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.cpp37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SIInstrInfo
H A DR600InstrInfo.cpp49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:R600InstrInfo
/external/llvm/lib/Target/ARM/
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);
H A DARMBaseInstrInfo.cpp643 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:ARMBaseInstrInfo
1140 // copyPhysReg() calls. Look for VMOVS instructions that can legally be
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp32 void NVPTXInstrInfo::copyPhysReg( function in class:NVPTXInstrInfo
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp50 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:R600InstrInfo
H A DSIInstrInfo.cpp35 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SIInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp272 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:XCoreInstrInfo
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp68 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Mips16InstrInfo
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);
H A DMipsSEInstrInfo.cpp91 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:MipsSEInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp41 void AArch64InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:AArch64InstrInfo
109 llvm_unreachable("Unknown register class in copyPhysReg");
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h464 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
472 virtual void copyPhysReg(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
476 llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp530 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp353 SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SystemZInstrInfo
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/
H A DHexagonInstrInfo.cpp411 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:HexagonInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2929 void X86InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:X86InstrInfo

Completed in 518 milliseconds