HomeSort by relevance Sort by last modified time
    Searched refs:isZeroLatency (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RetireStage.cpp 51 bool ShouldFreeRegs = !(Desc.isZeroLatency() && Inst.isDependencyBreaking());
DispatchStage.cpp 119 !(Desc.isZeroLatency() && IsDependencyBreaking);
Instruction.h 274 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); }
Scheduler.cpp 394 if (!Desc.isZeroLatency() && !Resources->mustIssueImmediately(Desc)) {

Completed in 416 milliseconds