Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp46 const MCWriteLatencyEntry *WLEntry = in computeInstrLatency() local
49 if (WLEntry->Cycles < 0) in computeInstrLatency()
50 return WLEntry->Cycles; in computeInstrLatency()
51 Latency = std::max(Latency, static_cast<int>(WLEntry->Cycles)); in computeInstrLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp221 const MCWriteLatencyEntry *WLEntry = in computeOperandLatency() local
223 unsigned WriteID = WLEntry->WriteResourceID; in computeOperandLatency()
224 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp220 const MCWriteLatencyEntry *WLEntry = STI->getWriteLatencyEntry(SCDesc, in getLatency() local
222 Latency = std::max(Latency, WLEntry->Cycles); in getLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp283 for (auto &WLEntry : Worklist) { in computeAnonDeps() local
284 auto *Sym = WLEntry.Sym; in computeAnonDeps()
286 auto &SymAnonDeps = WLEntry.SymAnonDeps; in computeAnonDeps()