HomeSort by relevance Sort by last modified time
    Searched defs:copyPhysReg (Results 1 - 20 of 20) sorted by null

  /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 40 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 662 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 35 void NVPTXInstrInfo::copyPhysReg(
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
SIInstrInfo.cpp 36 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 64 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 82 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 281 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 341 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 506 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
514 virtual void copyPhysReg(MachineBasicBlock &MBB,
518 llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 416 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 553 SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
559 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_h64),
561 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_l64),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 689 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 512 milliseconds