Searched refs:skipPhi (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 453 Pass::run(Program *prog, bool ordered, bool skipPhi) argument 457 return doRun(prog, ordered, skipPhi); 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) argument 466 if (!doRun(Function::get(n), ordered, skipPhi)) 473 Pass::run(Function *func, bool ordered, bool skipPhi) argument 477 return doRun(func, ordered, skipPhi); 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) argument 497 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL;
|
| H A D | nv50_ir.h | 1340 bool run(Program *, bool ordered = false, bool skipPhi = false); 1341 bool run(Function *, bool ordered = false, bool skipPhi = false); 1349 bool doRun(Program *, bool ordered, bool skipPhi); 1350 bool doRun(Function *, bool ordered, bool skipPhi);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 453 Pass::run(Program *prog, bool ordered, bool skipPhi) argument 457 return doRun(prog, ordered, skipPhi); 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) argument 466 if (!doRun(Function::get(n), ordered, skipPhi)) 473 Pass::run(Function *func, bool ordered, bool skipPhi) argument 477 return doRun(func, ordered, skipPhi); 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) argument 497 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL;
|
| H A D | nv50_ir.h | 1396 bool run(Program *, bool ordered = false, bool skipPhi = false); 1397 bool run(Function *, bool ordered = false, bool skipPhi = false); 1405 bool doRun(Program *, bool ordered, bool skipPhi); 1406 bool doRun(Function *, bool ordered, bool skipPhi);
|
Completed in 10 milliseconds