Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.cpp300 if (i->isCommutationLegal(i->next)) { in prepareEmission()
307 if (i->isCommutationLegal(i->prev) && next->next) { in prepareEmission()
Dnv50_ir.h843 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
Dnv50_ir.cpp889 Instruction::isCommutationLegal(const Instruction *i) const in isCommutationLegal() function in nv50_ir::Instruction