Searched refs:isSatSupported (Results 1 – 6 of 6) sorted by relevance
50 virtual bool isSatSupported(const Instruction *) const;
512 TargetNVC0::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNVC0
52 virtual bool isSatSupported(const Instruction *) const;
172 virtual bool isSatSupported(const Instruction *) const = 0;
452 TargetNV50::isSatSupported(const Instruction *insn) const in isSatSupported() function in nv50_ir::TargetNV50
896 mi->getDef(0)->refCount() <= 1 && target->isSatSupported(mi)) { in visit()