Home
last modified time | relevance | path

Searched refs:INFO_DBG (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp195 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size); in occupy()
221 INFO_DBG(0, REG_ALLOC, "reg release: %u[%i] %u\n", f, reg, size); in release()
389 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange()
607 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets()
691 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit()
999 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues()
1112 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound()
1336 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge()
1363 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", in simplifyNode()
1426 INFO_DBG(prog->dbgFlags, REG_ALLOC, "(%%%i) X (%%%i): no overlap\n", in checkInterference()
[all …]
Dnv50_ir.cpp1292 INFO_DBG(info->dbgFlags, VERBOSE, "unsupported program type %u\n", info->type); in nv50_ir_generate_code()
1295 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type); in nv50_ir_generate_code()
1355 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret); in nv50_ir_generate_code()
Dnv50_ir_util.h43 #define INFO_DBG(m, f, args...) \ macro