Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.h54 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target_nvc0.h56 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target.h220 virtual bool isSatSupported(const Instruction *) const = 0;
Dnv50_ir_target_nv50.cpp500 TargetNV50::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp487 TargetNVC0::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNVC0
Dnv50_ir_peephole.cpp1577 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) { in visit()