Lines Matching refs:dbgFlags
378 INFO_DBG(prog->dbgFlags, REG_ALLOC, "%%%i <- live range [%i(%i), %i)\n", in addLiveRange()
596 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId()); in buildLiveSets()
617 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets()
643 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in buildLiveSets()
680 INFO_DBG(prog->dbgFlags, REG_ALLOC, "BuildIntervals(BB:%i)\n", bb->getId()); in visit()
1021 INFO_DBG(prog->dbgFlags, REG_ALLOC, "joining %%%i($%i) <- %%%i\n", in coalesceValues()
1099 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) { in makeCompound()
1120 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", in makeCompound()
1337 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in calculateSpillWeights()
1346 INFO_DBG(prog->dbgFlags, REG_ALLOC, in simplifyEdge()
1373 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", in simplifyNode()
1436 INFO_DBG(prog->dbgFlags, REG_ALLOC, "(%%%i) X (%%%i): no overlap\n", in checkInterference()
1449 INFO_DBG(prog->dbgFlags, REG_ALLOC, in checkInterference()
1461 INFO_DBG(prog->dbgFlags, REG_ALLOC, in checkInterference()
1471 INFO_DBG(prog->dbgFlags, REG_ALLOC, "\nSELECT phase\n"); in selectRegisters()
1479 INFO_DBG(prog->dbgFlags, REG_ALLOC, "\nNODE[%%%i, %u colors]\n", in selectRegisters()
1501 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in selectRegisters()
1505 INFO_DBG(prog->dbgFlags, REG_ALLOC, "assigned reg %i\n", node->reg); in selectRegisters()
1508 INFO_DBG(prog->dbgFlags, REG_ALLOC, "must spill: %%%i (size %u)\n", in selectRegisters()
1532 INFO_DBG(prog->dbgFlags, REG_ALLOC, in allocateRegisters()
1584 if (func->getProgram()->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in allocateRegisters()
1595 INFO_DBG(prog->dbgFlags, REG_ALLOC, in allocateRegisters()
1599 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in allocateRegisters()
1943 if (retries && (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC)) in execFunc()
1945 if (prog->dbgFlags & NV50_IR_DEBUG_REG_ALLOC) in execFunc()
1969 INFO_DBG(prog->dbgFlags, REG_ALLOC, "RegAlloc done: %i\n", ret); in execFunc()