Searched refs:defCount (Results 1 – 4 of 4) sorted by relevance
637 unsigned int defCount() const { return defs.size(); }; in defCount() function638 unsigned int defCount(unsigned int mask, bool singleFile = false) const;
759 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
289 if (di->isPseudo() || isTextureOp(di->op) || di->defCount(0xff, true) > 1) in propagateWriteToOutput()
432 cal->setDef(cal->defCount(), tmp); in visit()