Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp985 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local
1014 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()
1035 nRep->livei.unify(nVal->livei); in coalesceValues()
1036 nRep->degreeLimit = MIN2(nRep->degreeLimit, nVal->degreeLimit); in coalesceValues()
1037 nRep->maxReg = MIN2(nRep->maxReg, nVal->maxReg); in coalesceValues()
/third_party/sqlite/src/
H A Dsqlite3.c125979 int nRep; /* Size of zRep */ global() local
[all...]

Completed in 138 milliseconds