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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp924 RIG_Node *nVal = &nodes[val->id]; local in function:nv50_ir::GCRA::coalesceValues
946 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
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.cpp969 RIG_Node *nVal = &nodes[val->id]; local in function:nv50_ir::GCRA::coalesceValues
991 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
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 9 milliseconds