Searched refs:buildLiveSets (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp433 Function::buildLiveSets() function in class:nv50_ir::Function
H A Dnv50_ir_ssa.cpp325 buildLiveSets();
H A Dnv50_ir.h1213 void buildLiveSets();
H A Dnv50_ir_ra.cpp284 bool buildLiveSets(BasicBlock *);
556 RegAlloc::buildLiveSets(BasicBlock *bb) function in class:nv50_ir::RegAlloc
563 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId());
573 if (!buildLiveSets(bn))
1891 ret = buildLiveSets(BasicBlock::get(func->cfg.getRoot()));
H A Dnv50_ir_from_tgsi.cpp4304 &Function::buildLiveSets, &Function::ins);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp433 Function::buildLiveSets() function in class:nv50_ir::Function
H A Dnv50_ir_ssa.cpp325 buildLiveSets();
H A Dnv50_ir.h1267 void buildLiveSets();
H A Dnv50_ir_ra.cpp285 bool buildLiveSets(BasicBlock *);
601 RegAlloc::buildLiveSets(BasicBlock *bb) function in class:nv50_ir::RegAlloc
608 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId());
618 if (!buildLiveSets(bn))
1941 ret = buildLiveSets(BasicBlock::get(func->cfg.getRoot()));
H A Dnv50_ir_from_tgsi.cpp4337 &Function::buildLiveSets, &Function::ins);

Completed in 33 milliseconds