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