Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp177 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size); in occupy()
189 INFO_DBG(0, REG_ALLOC, "reg release: %u[%i] %u\n", f, reg, size); in release()
305 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange()
457 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets()
543 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit()
800 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues()
895 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound()
1124 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge()
1151 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", in simplifyNode()
1210 INFO_DBG(prog->dbgFlags, REG_ALLOC, "(%%%i) X (%%%i): no overlap\n", in checkInterference()
[all …]
Dnv50_ir.cpp1112 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type); in nv50_ir_generate_code()
1171 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