Searched refs:defCount (Results 1 – 5 of 5) sorted by relevance
582 cal->setDef(cal->defCount(), tmp); in visit()2313 int defCount = tex->defCount(0xff); in handleScalarTexGM107() local2319 if (defCount > 3) in handleScalarTexGM107()2321 if (defCount > 1) in handleScalarTexGM107()2358 int defCount = tex->defCount(0xff); in texConstraintGM107() local2359 if (defCount > 3) in texConstraintGM107()2361 if (defCount > 1) in texConstraintGM107()
876 unsigned int defCount() const { return defs.size(); }; in defCount() function877 unsigned int defCount(unsigned int mask, bool singleFile = false) const;
791 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
371 if (di->isPseudo() || isTextureOp(di->op) || di->defCount(0xff, true) > 1) in propagateWriteToOutput()
3775 if (ik->defCount(0xff) > 1) in visit()