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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h482 /// substPhysReg - Substitute the current register with the physical register
484 /// substPhysReg(%eax) will change %reg1024:sub_8bit to %al.
486 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp390 O.substPhysReg(ToReg, *TRI);
H A DLiveDebugVariables.cpp1195 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
H A DMachineOperand.cpp87 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { function in class:MachineOperand
H A DRegisterCoalescer.cpp916 UseMO.substPhysReg(NewReg, *TRI);
1532 UseMO.substPhysReg(DstReg, *TRI);
1773 MO.substPhysReg(DstReg, *TRI);
H A DMachineInstr.cpp1184 MO.substPhysReg(ToReg, RegInfo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp290 I.getOperand(1).substPhysReg(SrcReg, TRI);

Completed in 209 milliseconds