reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/LiveRegMatrix.h
  119   void assign(LiveInterval &VirtReg, unsigned PhysReg);

References

lib/CodeGen/RegAllocBase.cpp
  142       Matrix->assign(*VirtReg, AvailablePhysReg);
lib/CodeGen/RegAllocGreedy.cpp
 2679     Matrix->assign(VirtReg, PhysReg);
 2722       Matrix->assign(**It, ItPhysReg);
 2763     Matrix->assign(*LI, PhysReg);
 2975       Matrix->assign(LI, PhysReg);
lib/Target/AMDGPU/GCNNSAReassign.cpp
  124     LRM->assign(*Intervals[N], StartReg + N);
  327         LRM->assign(*Intervals[I], OrigRegs[I]);
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  671     LRM->assign(LI, Reg);
  677   LRM->assign(LI, OrigReg);
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
  109       Matrix->assign(LI, PhysReg);