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

References

lib/CodeGen/RegAllocPBQP.cpp
  457         if (CP.isPhys()) {
lib/CodeGen/RegisterCoalescer.cpp
  558   assert(!CP.isPhys() && "This doesn't work for physreg copies.");
  740   assert(!CP.isPhys());
 1027   assert(!CP.isPhys());
 1780   if (!CP.isPhys() && CopyMI->allDefsAreDead()) {
 1788   if (!CP.isPhys()) {
 1827   if (CP.isPhys()) {
 1879     if (!CP.isPartial() && !CP.isPhys()) {
 1899     if (!CP.isPartial() && !CP.isPhys())
 1918   if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC()))
 1967     if (CP.isPhys())
 1981   assert(CP.isPhys() && "Must be a physreg copy");
 3416   return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP);