reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2430 dbgs() << ' ' << RegUnits[Unit].Roots[0]->getName();
utils/TableGen/CodeGenRegisters.h495 Roots[0] = Roots[1] = nullptr; 495 Roots[0] = Roots[1] = nullptr; 499 assert(!(Roots[1] && !Roots[0]) && "Invalid roots array"); 499 assert(!(Roots[1] && !Roots[0]) && "Invalid roots array"); 500 return makeArrayRef(Roots, !!Roots[0] + !!Roots[1]); 500 return makeArrayRef(Roots, !!Roots[0] + !!Roots[1]); 500 return makeArrayRef(Roots, !!Roots[0] + !!Roots[1]); 670 RU.Roots[0] = R0; 671 RU.Roots[1] = R1;