Searched refs:copyPhysReg (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h42 void copyPhysReg(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.h43 void copyPhysReg(MachineBasicBlock &MBB,
H A DThumb1InstrInfo.cpp41 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp112 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Thumb2InstrInfo
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
H A DARMBaseInstrInfo.h109 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h47 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DSPUInstrInfo.cpp124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SPUInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h54 void copyPhysReg(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h46 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMipsSEInstrInfo.h47 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMips16InstrInfo.cpp57 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Mips16InstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h53 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DNVPTXInstrInfo.cpp36 void NVPTXInstrInfo::copyPhysReg (MachineBasicBlock &MBB, function in class:NVPTXInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h85 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DSparcInstrInfo.cpp280 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h64 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DXCoreInstrInfo.cpp334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:XCoreInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h121 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp75 "copyPhysReg output doesn't reference destination register!");
131 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
171 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h69 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h211 virtual void copyPhysReg(MachineBasicBlock &MBB,
H A DMBlazeInstrInfo.cpp84 copyPhysReg(MachineBasicBlock &MBB, function in class:MBlazeInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h230 virtual void copyPhysReg(MachineBasicBlock &MBB,
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h461 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
469 virtual void copyPhysReg(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
473 llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");

Completed in 286 milliseconds

12