HomeSort by relevance Sort by last modified time
    Searched refs:incidentCount (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 126 inline int incidentCount() const { return inCount; }
nv50_ir_ssa.cpp 389 for (int s = 0; s < dfBB->cfg.incidentCount(); ++s)
514 assert(p < sb->cfg.incidentCount());
nv50_ir_ra.cpp 354 if (b->cfg.incidentCount() <= 1)
638 if (bb->cfg.incidentCount()) {
    [all...]
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 541 if (bb->cfg.incidentCount() != 2 || bb->getEntry()->op != OP_PRECONT)
    [all...]
nv50_ir_peephole.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]

Completed in 155 milliseconds