HomeSort by relevance Sort by last modified time
    Searched refs:copyPhysReg (Results 1 - 25 of 45) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h 33 virtual void copyPhysReg(MachineBasicBlock &MBB,
SIInstrInfo.cpp 37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
R600InstrInfo.h 43 virtual void copyPhysReg(MachineBasicBlock &MBB,
AMDGPUInstrInfo.h 73 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 41 void copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 42 void copyPhysReg(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 40 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.h 33 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
BPFInstrInfo.cpp 34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 52 void copyPhysReg(
NVPTXInstrInfo.cpp 33 void NVPTXInstrInfo::copyPhysReg(
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 37 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
WebAssemblyInstrInfo.cpp 35 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 68 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true);
69 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);
MipsSEInstrInfo.h 46 void copyPhysReg(MachineBasicBlock &MBB,
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);
Mips16InstrInfo.h 46 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 55 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 79 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 64 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 122 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
166 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 116 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 64 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 184 void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 170 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,

Completed in 301 milliseconds

1 2