Searched refs:isCommutationLegal (Results 1 – 3 of 3) sorted by relevance
306 if (i->isCommutationLegal(i->next)) { in prepareEmission()313 if (i->isCommutationLegal(i->prev) && next->next) { in prepareEmission()
924 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
898 Instruction::isCommutationLegal(const Instruction *i) const in isCommutationLegal() function in nv50_ir::Instruction