Searched refs:isZeroLatency (Results 1 – 4 of 4) sorted by relevance
51 bool ShouldFreeRegs = !(Desc.isZeroLatency() && Inst.isDependencyBreaking()); in notifyInstructionRetired()
119 !(Desc.isZeroLatency() && IsDependencyBreaking); in dispatch()
274 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); } in isZeroLatency() function
394 if (!Desc.isZeroLatency() && !Resources->mustIssueImmediately(Desc)) { in issueImmediately()