Searched refs:maxGPR (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_driver.h | 88 int16_t maxGPR; /* may be -1 if none used */ member
|
D | nv50_ir_lowering_nvc0.h | 77 void findFirstUsesBB(int minGPR, int maxGPR, Instruction *start,
|
D | nv50_ir.cpp | 1112 maxGPR = -1; in Program() 1276 info->bin.maxGPR = prog->maxGPR; in nv50_ir_generate_code()
|
D | nv50_ir_lowering_nvc0.cpp | 389 int maxGPR = minGPR + texi->def(0).rep()->reg.size / 4 - 1; in findFirstUses() local 392 findFirstUsesBB(minGPR, maxGPR, texi->next, texi, uses, visited); in findFirstUses() 397 int minGPR, int maxGPR, Instruction *start, in findFirstUsesBB() argument 421 def->reg.data.id > maxGPR) in findFirstUsesBB() 431 src->reg.data.id > maxGPR) in findFirstUsesBB() 439 findFirstUsesBB(minGPR, maxGPR, BasicBlock::get(ei.getNode())->getEntry(), in findFirstUsesBB() 2790 prog->maxGPR = MAX2(prog->maxGPR, id); in handleEXPORT()
|
D | nv50_ir_emit_gm107.cpp | 3959 int minGPR, maxGPR; in findFirstUse() local 3965 maxGPR = minGPR + bari->def(0).rep()->reg.size / 4 - 1; in findFirstUse() 3975 src->reg.data.id > maxGPR) in findFirstUse() 3996 int minGPR, maxGPR; in findFirstDef() local 4007 maxGPR = minGPR + def->reg.size / 4 - 1; in findFirstDef() 4013 src->reg.data.id > maxGPR) in findFirstDef()
|
D | nv50_ir_lowering_nv50.cpp | 225 if (prog->maxGPR < 126) in visit() 1280 prog->maxGPR = MAX2(prog->maxGPR, id * 2); in handleEXPORT()
|
D | nv50_ir.h | 1284 int maxGPR; variable
|
D | nv50_ir_ra.cpp | 1507 prog->maxGPR = std::max(prog->maxGPR, regs.getMaxAssigned(FILE_GPR)); in allocateRegisters()
|
D | nv50_ir_peephole.cpp | 3044 if (units > prog->maxGPR) in isConstantCondition()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 385 prog->max_gpr = MAX2(4, (info->bin.maxGPR >> 1) + 1); in nv50_program_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 623 prog->num_gprs = MAX2(4, (info->bin.maxGPR + 1)); in nvc0_program_translate()
|