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

1 2

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 42 void copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 43 void copyPhysReg(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 41 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.cpp 112 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
ARMBaseInstrInfo.h 109 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 47 virtual void copyPhysReg(MachineBasicBlock &MBB,
SPUInstrInfo.cpp 124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 55 void copyPhysReg(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 88 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 79 virtual void copyPhysReg(MachineBasicBlock &MBB,
MipsInstrInfo.cpp 102 copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 85 virtual void copyPhysReg(MachineBasicBlock &MBB,
SparcInstrInfo.cpp 280 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 64 virtual void copyPhysReg(MachineBasicBlock &MBB,
XCoreInstrInfo.cpp 334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 40 virtual void copyPhysReg(MachineBasicBlock &MBB,
PTXInstrInfo.cpp 47 void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 118 virtual void copyPhysReg(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 321 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 76 "copyPhysReg output doesn't reference destination register!");
132 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
169 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 69 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 211 virtual void copyPhysReg(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp 84 copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 221 virtual void copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 371 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
372 virtual void copyPhysReg(MachineBasicBlock &MBB,
376 llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");
    [all...]

Completed in 92 milliseconds

1 2