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 352 /// substPhysReg - Substitute the current register with the physical register
354 /// substPhysReg(%EAX) will change %reg1024:sub_8bit to %AL.
356 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 79 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) {
    [all...]
RegisterCoalescer.cpp 690 UseMO.substPhysReg(NewReg, *TRI);
    [all...]
LiveDebugVariables.cpp 880 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]

Completed in 93 milliseconds