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