Searched refs:isCS2RSV (Results 1 – 5 of 5) sorted by relevance
167 return !isCS2RSV(insn->getSrc(0)->reg.data.sv.sv); in isBarrierRequired()245 return isCS2RSV(insn->getSrc(0)->reg.data.sv.sv) ? 6 : 15; in getLatency()338 TargetGM107::isCS2RSV(SVSemantic sv) const in isCS2RSV() function in nv50_ir::TargetGM107
27 virtual bool isCS2RSV(SVSemantic) const;
337 if (targ->isCS2RSV(i->getSrc(0)->reg.data.sv.sv)) in getOpInfo()
1943 if (targ->isCS2RSV(insn->getSrc(0)->reg.data.sv.sv)) in emitInstruction()
3475 if (targGM107->isCS2RSV(insn->getSrc(0)->reg.data.sv.sv)) in emitInstruction()