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

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1InstrInfo.cpp 35 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.cpp 107 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
113 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 40 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
Thumb2InstrInfo.cpp 112 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 100 void BlackfinInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 51 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 33 void NVPTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp 121 void AlphaInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 84 copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.cpp 91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcInstrInfo.cpp 269 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 102 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 42 void R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 41 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrInfo.cpp 124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 102 copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 35 void LanaiInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 59 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
380 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
397 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true);
401 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
411 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true);
413 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 302 void SparcInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 328 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 356 /// copyPhysReg - Emit instructions to copy a pair of physical registers.
357 virtual void copyPhysReg(MachineBasicBlock &MBB,
361 assert(0 && "Target didn't implement TargetInstrInfo::copyPhysReg!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.cpp 47 void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,

Completed in 930 milliseconds

1 2