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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 342 /// substVirtReg - Substitute the current register with the virtual
347 void substVirtReg(unsigned Reg, unsigned SubIdx, const TargetRegisterInfo&);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 70 void MachineOperand::substVirtReg(unsigned Reg, unsigned SubIdx,
    [all...]
LiveDebugVariables.cpp 728 Loc.substVirtReg(NewReg, SubIdx, *TRI);
    [all...]
RegisterCoalescer.cpp 876 MO.substVirtReg(DstReg, SubIdx, *TRI);
    [all...]
TwoAddressInstructionPass.cpp     [all...]

Completed in 105 milliseconds