Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Target/Mips/
DMips16RegisterInfo.cpp65 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true); in saveScavengerRegister()
66 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true); in saveScavengerRegister()
DMips16InstrInfo.cpp59 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg() function in Mips16InstrInfo
380 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true); in loadImmediate()
397 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true); in loadImmediate()
401 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false); in loadImmediate()
411 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true); in loadImmediate()
413 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true); in loadImmediate()
DMipsSEInstrInfo.h46 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DExpandPostRAPseudos.cpp136 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg, in LowerSubregToReg()
173 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(), in LowerCopy()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1InstrInfo.h40 void copyPhysReg(MachineBasicBlock &MBB,
DThumb2InstrInfo.h41 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.h41 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
DThumb2InstrInfo.h42 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h40 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h52 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.h33 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.h45 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.h78 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.h49 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.h47 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h64 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.h64 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.h55 void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h55 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h82 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.h75 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.h65 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp217 TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, InArg.getReg(), in ExpandMI()
227 TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, SaveRbx, in ExpandMI()

1234