Home
last modified time | relevance | path

Searched refs:isCommutationLegal (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.cpp305 if (i->isCommutationLegal(i->next)) { in prepareEmission()
312 if (i->isCommutationLegal(i->prev) && next->next) { in prepareEmission()
Dnv50_ir.h922 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
Dnv50_ir.cpp902 Instruction::isCommutationLegal(const Instruction *i) const in isCommutationLegal() function in nv50_ir::Instruction