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

References

lib/CodeGen/RegAllocFast.cpp
  681         definePhysReg(MI, Hint0, regFree);
  702         definePhysReg(MI, Hint1, regFree);
  738     if (MI.isInlineAsm())
  739       MI.emitError("inline assembly requires more registers than available");
  741       MI.emitError("ran out of registers during register allocation");
  742     definePhysReg(MI, *AllocationOrder.begin(), regFree);
  747   definePhysReg(MI, BestReg, regFree);