HomeSort by relevance Sort by last modified time
    Searched refs:isCommutationLegal (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.cpp 300 if (i->isCommutationLegal(i->next)) {
307 if (i->isCommutationLegal(i->prev) && next->next) {
nv50_ir.h 834 bool isCommutationLegal(const Instruction *) const; // must be adjacent !
    [all...]
nv50_ir.cpp 894 Instruction::isCommutationLegal(const Instruction *i) const

Completed in 1309 milliseconds