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 349 /// substPhysReg - Substitute the current register with the physical register
351 /// substPhysReg(%EAX) will change %reg1024:sub_8bit to %AL.
353 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 726 Loc.substPhysReg(NewReg, *TRI);
909 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
    [all...]
MachineInstr.cpp 80 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) {
    [all...]
RegisterCoalescer.cpp 659 UseMO.substPhysReg(NewReg, *TRI);
874 MO.substPhysReg(DstReg, *TRI);
    [all...]

Completed in 162 milliseconds