Home
last modified time | relevance | path

Searched refs:isSatSupported (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.h50 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target_nvc0.cpp512 TargetNVC0::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNVC0
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.h52 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target.h172 virtual bool isSatSupported(const Instruction *) const = 0;
Dnv50_ir_target_nv50.cpp452 TargetNV50::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNV50
Dnv50_ir_peephole.cpp896 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) { in visit()