Searched refs:canDualIssue (Results 1 – 4 of 4) sorted by relevance
54 virtual bool canDualIssue(const Instruction *, const Instruction *) const;
642 bool TargetNVC0::canDualIssue(const Instruction *a, const Instruction *b) const in canDualIssue() function in nv50_ir::TargetNVC0
1996 !next || !targ->canDualIssue(insn, next)) { in setDelay()
179 virtual bool canDualIssue(const Instruction *insn, in canDualIssue() function