Searched refs:DLatency (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp470 std::optional<unsigned> DLatency; local
488 // Set DLatency for the first time.
489 if (!DLatency)
490 DLatency = Latency;
493 // DLatency.
494 if (DLatency != Latency) {
495 DLatency = std::nullopt;
499 Dep.setLatency(DLatency ? *DLatency : 0);

Completed in 177 milliseconds