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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 823 unsigned int defCount() const { return defs.size(); };
824 unsigned int defCount(unsigned int mask, bool singleFile = false) const;
    [all...]
nv50_ir.cpp 780 Instruction::defCount(unsigned int mask, bool singleFile) const
nv50_ir_lowering_nv50.cpp 371 if (di->isPseudo() || isTextureOp(di->op) || di->defCount(0xff, true) > 1)
    [all...]
nv50_ir_ra.cpp 535 cal->setDef(cal->defCount(), tmp);
    [all...]
nv50_ir_peephole.cpp     [all...]

Completed in 2694 milliseconds