HomeSort by: relevance | last modified time | path
    Searched refs:substPhysReg (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 484 /// substPhysReg - Substitute the current register with the physical register
486 /// substPhysReg(%eax) will change %reg1024:sub_8bit to %al.
488 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 390 O.substPhysReg(ToReg, *TRI);
MachineOperand.cpp 87 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) {
RegisterCoalescer.cpp 931 UseMO.substPhysReg(NewReg, *TRI);
1550 UseMO.substPhysReg(DstReg, *TRI);
1795 MO.substPhysReg(DstReg, *TRI);
LiveDebugVariables.cpp 1432 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
MachineInstr.cpp 1218 MO.substPhysReg(ToReg, RegInfo);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp 290 I.getOperand(1).substPhysReg(SrcReg, TRI);

Completed in 44 milliseconds