Home
last modified time | relevance | path

Searched refs:substPhysReg (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp390 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
H A DRegisterCoalescer.cpp931 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()
1550 UseMO.substPhysReg(DstReg, *TRI); in reMaterializeTrivialDef()
1795 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
H A DMachineOperand.cpp87 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
H A DLiveDebugVariables.cpp1432 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
H A DMachineInstr.cpp1218 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h488 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp290 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()