Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gv100.h42 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target_nv50.h55 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target_nvc0.h60 virtual bool isSatSupported(const Instruction *) const;
Dnv50_ir_target.h228 virtual bool isSatSupported(const Instruction *) const = 0;
Dnv50_ir_target_nv50.cpp516 TargetNV50::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNV50
Dnv50_ir_target_nvc0.cpp539 TargetNVC0::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNVC0
Dnv50_ir_target_gv100.cpp410 TargetGV100::isSatSupported(const Instruction *i) const in isSatSupported() function in nv50_ir::TargetGV100
Dnv50_ir_peephole.cpp1789 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) { in visit()