Home
last modified time | relevance | path

Searched refs:copyPhysReg (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMips16RegisterInfo.cpp68 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true); in saveScavengerRegister()
69 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true); in saveScavengerRegister()
DMips16InstrInfo.cpp61 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in Mips16InstrInfo
381 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true); in loadImmediate()
398 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true); in loadImmediate()
402 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false); in loadImmediate()
412 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true); in loadImmediate()
414 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true); in loadImmediate()
DMipsSEInstrInfo.h46 void copyPhysReg(MachineBasicBlock &MBB,
DMips16InstrInfo.h46 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp122 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg, in LowerSubregToReg()
166 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(), in LowerCopy()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.h33 virtual void copyPhysReg(MachineBasicBlock &MBB,
DSIInstrInfo.cpp37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in SIInstrInfo
DR600InstrInfo.h43 virtual void copyPhysReg(MachineBasicBlock &MBB,
DAMDGPUInstrInfo.h73 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h37 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
DWebAssemblyInstrInfo.cpp35 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in WebAssemblyInstrInfo
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.h41 void copyPhysReg(MachineBasicBlock &MBB,
DThumb2InstrInfo.h42 void copyPhysReg(MachineBasicBlock &MBB,
DThumb1InstrInfo.cpp40 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in Thumb1InstrInfo
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h52 void copyPhysReg(
DNVPTXInstrInfo.cpp33 void NVPTXInstrInfo::copyPhysReg( in copyPhysReg() function in NVPTXInstrInfo
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.h33 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
DBPFInstrInfo.cpp34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in BPFInstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h79 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h64 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h55 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h170 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
/external/llvm/test/CodeGen/X86/
Dnorex-subreg.ll12 ; triggers an assertion in copyPhysReg.
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h184 void copyPhysReg(MachineBasicBlock &MBB,

12