HomeSort by relevance Sort by last modified time
    Searched refs:substPhysReg (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 331 /// substPhysReg - Substitute the current register with the physical register
333 /// substPhysReg(%EAX) will change %reg1024:sub_8bit to %AL.
335 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 709 Loc.substPhysReg(NewReg, *TRI);
891 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
MachineInstr.cpp 128 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) {
    [all...]
RegisterCoalescer.cpp 725 UseMO.substPhysReg(NewReg, *TRI);
    [all...]

Completed in 1371 milliseconds