HomeSort by relevance Sort by last modified time
    Searched refs:minGPR (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.h 75 void findFirstUsesBB(int minGPR, int maxGPR, Instruction *start,
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 251 int minGPR = texi->def(0).rep()->reg.data.id;
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(),
    [all...]

Completed in 116 milliseconds