Searched refs:isCommutationLegal (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp305 if (i->isCommutationLegal(i->next)) {
312 if (i->isCommutationLegal(i->prev) && next->next) {
H A Dnv50_ir.h922 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
H A Dnv50_ir.cpp902 Instruction::isCommutationLegal(const Instruction *i) const function in class:nv50_ir::Instruction
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp301 if (i->isCommutationLegal(i->next)) {
308 if (i->isCommutationLegal(i->prev) && next->next) {
H A Dnv50_ir.h870 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
H A Dnv50_ir.cpp898 Instruction::isCommutationLegal(const Instruction *i) const function in class:nv50_ir::Instruction

Completed in 12 milliseconds