Home
last modified time | relevance | path

Searched refs:isZeroLatency (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp292 if (Desc.isZeroLatency()) in mustIssueImmediately()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h485 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); } in isZeroLatency() function