Searched defs:minGPR (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp251 int minGPR = texi->def(0).rep()->reg.data.id; local
252 int maxGPR = minGPR + texi->def(0).rep()->reg.size / 4 - 1;
255 findFirstUsesBB(minGPR, maxGPR, texi->next, texi, uses, visited);
260 int minGPR, int maxGPR, Instruction *start,
283 def->reg.data.id + def->reg.size / 4 - 1 < minGPR ||
293 src->reg.data.id + src->reg.size / 4 - 1 < minGPR ||
302 findFirstUsesBB(minGPR, maxGPR, BasicBlock::get(ei.getNode())->getEntry(),
259 findFirstUsesBB( int minGPR, int maxGPR, Instruction *start, const Instruction *texi, std::list<TexUse> &uses, unordered_set<const BasicBlock *> &visited) argument

Completed in 285 milliseconds