Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRetireStage.cpp51 bool ShouldFreeRegs = !(Desc.isZeroLatency() && Inst.isDependencyBreaking()); in notifyInstructionRetired()
DDispatchStage.cpp119 !(Desc.isZeroLatency() && IsDependencyBreaking); in dispatch()
DInstruction.h274 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); } in isZeroLatency() function
DScheduler.cpp394 if (!Desc.isZeroLatency() && !Resources->mustIssueImmediately(Desc)) { in issueImmediately()