HomeSort by relevance Sort by last modified time
    Searched refs:copyPhysReg (Results 26 - 46 of 46) sorted by null

12

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 75 virtual void copyPhysReg(MachineBasicBlock &MBB,
HexagonInstrInfo.cpp 411 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 32 void NVPTXInstrInfo::copyPhysReg(
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 54 virtual void copyPhysReg(MachineBasicBlock &MBB,
SIInstrInfo.cpp 35 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
R600InstrInfo.cpp 50 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 113 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
119 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
ARMBaseInstrInfo.h 109 virtual void copyPhysReg(MachineBasicBlock &MBB,
ARMBaseInstrInfo.cpp 643 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /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/MSP430/
MSP430InstrInfo.cpp 88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 246 virtual void copyPhysReg(MachineBasicBlock &MBB,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 272 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 49 R600InstrInfo::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/Mips/
MipsSEInstrInfo.cpp 91 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 530 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]

Completed in 472 milliseconds

12