Searched refs:nRep (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp923 RIG_Node *nRep = &nodes[rep->id]; local in function:nv50_ir::GCRA::coalesceValues
952 if (!force && nRep->livei.overlaps(nVal->livei))
966 nRep->livei.unify(nVal->livei);
967 nRep->degreeLimit = MIN2(nRep->degreeLimit, nVal->degreeLimit);
968 nRep->maxReg = MIN2(nRep->maxReg, nVal->maxReg);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp968 RIG_Node *nRep = &nodes[rep->id]; local in function:nv50_ir::GCRA::coalesceValues
997 if (!force && nRep->livei.overlaps(nVal->livei))
1011 nRep->livei.unify(nVal->livei);
1012 nRep->degreeLimit = MIN2(nRep->degreeLimit, nVal->degreeLimit);
1013 nRep->maxReg = MIN2(nRep->maxReg, nVal->maxReg);

Completed in 8 milliseconds