Searched defs:defCount (Results 1 – 3 of 3) sorted by relevance
791 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() function in nv50_ir::Instruction
2313 int defCount = tex->defCount(0xff); in handleScalarTexGM107() local2358 int defCount = tex->defCount(0xff); in texConstraintGM107() local
876 unsigned int defCount() const { return defs.size(); }; in defCount() function