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

  /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 112 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
ARMBaseInstrInfo.cpp 702 void ARMBaseInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 35 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 89 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 33 void NVPTXInstrInfo::copyPhysReg(
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 61 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
381 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
398 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true);
402 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
412 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true);
414 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);
MipsSEInstrInfo.cpp 79 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 280 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 332 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 47 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
SIInstrInfo.cpp 312 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 814 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 551 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
557 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_h64),
559 copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_l64),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 596 void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
788 copyPhysReg(MBB, MI, DL, DstReg, SrcReg, MI->getOperand(1).isKill());
797 copyPhysReg(MBB, MI, DL, DstReg, SrcSubLo, MI->getOperand(1).isKill());
807 copyPhysReg(MBB, MI, DL, DstReg, SrcSubHi, MI->getOperand(1).isKill());
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 422 milliseconds