Searched refs:isSatSupported (Results 1 – 8 of 8) sorted by relevance
42 virtual bool isSatSupported(const Instruction *) const;
55 virtual bool isSatSupported(const Instruction *) const;
60 virtual bool isSatSupported(const Instruction *) const;
228 virtual bool isSatSupported(const Instruction *) const = 0;
516 TargetNV50::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNV50
539 TargetNVC0::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNVC0
410 TargetGV100::isSatSupported(const Instruction *i) const in isSatSupported() function in nv50_ir::TargetGV100
1789 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) { in visit()