Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp46 const InstrStage *E = ItinData->endStage(idx); in ScoreboardHazardRecognizer()
129 *E = ItinData->endStage(idx); IS != E; ++IS) { in getHazardType()
188 *E = ItinData->endStage(idx); IS != E; ++IS) { in EmitInstruction()
DMachinePipeliner.cpp922 InstrItins->endStage(SchedClass))) { in minFuncUnits()
968 InstrItins->endStage(SchedClass))) { in calcCriticalResources()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h138 const InstrStage *endStage(unsigned ItinClassIndx) const { in endStage() function
155 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp138 const InstrStage *E = IID.endStage(SchedClass); in getReciprocalThroughput()