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