Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Roots

412     const CodeGenRegister *Roots[2];
419 Roots[0] = Roots[1] = nullptr;
423 assert(!(Roots[1] && !Roots[0]) && "Invalid roots array");
424 return makeArrayRef(Roots, !!Roots[0] + !!Roots[1]);
580 RegUnits.back().Roots[0] = R0;
581 RegUnits.back().Roots[1] = R1;