Searched refs:condenseDefs (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 250 void condenseDefs(Instruction *); 251 void condenseDefs(Instruction *, const int first, const int last); 2131 RegAlloc::InsertConstraintsPass::condenseDefs(Instruction *insn) in condenseDefs() function in nv50_ir::RegAlloc::InsertConstraintsPass 2135 condenseDefs(insn, 0, n - 1); in condenseDefs() 2139 RegAlloc::InsertConstraintsPass::condenseDefs(Instruction *insn, in condenseDefs() function in nv50_ir::RegAlloc::InsertConstraintsPass 2336 condenseDefs(tex, 2, 3); in handleScalarTexGM107() 2338 condenseDefs(tex, 0, 1); in handleScalarTexGM107() 2371 condenseDefs(tex); in texConstraintGM107() 2376 condenseDefs(tex, 2, 3); in texConstraintGM107() 2378 condenseDefs(te in texConstraintGM107() [all...] |
Completed in 4 milliseconds