Home
last modified time | relevance | path

Searched defs:cycleEnd (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DMicroOpQueueStage.cpp63 Error MicroOpQueueStage::cycleEnd() { in cycleEnd() function in llvm::mca::MicroOpQueueStage
DEntryStage.cpp59 llvm::Error EntryStage::cycleEnd() { in cycleEnd() function in llvm::mca::EntryStage
DExecuteStage.cpp122 Error ExecuteStage::cycleEnd() { in cycleEnd() function in llvm::mca::ExecuteStage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DStage.h52 virtual Error cycleEnd() { return ErrorSuccess(); } in cycleEnd() function