Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp47 const InstrStage *E = ItinData->endStage(idx); in ScoreboardHazardRecognizer()
130 *E = ItinData->endStage(idx); IS != E; ++IS) { in getHazardType()
190 *E = ItinData->endStage(idx); IS != E; ++IS) { in EmitInstruction()
DDFAPacketizer.cpp116 *IE = InstrItins->endStage(InsnClass); IS != IE; ++IS) { in getInsnInput()
DMachinePipeliner.cpp1326 *IE = InstrItins->endStage(schedClass); in minFuncUnits()
1346 *IE = InstrItins->endStage(SchedClass); in calcCriticalResources()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp44 const InstrStage *E = ItinData->endStage(idx); in ScoreboardHazardRecognizer()
127 *E = ItinData->endStage(idx); IS != E; ++IS) { in getHazardType()
187 *E = ItinData->endStage(idx); IS != E; ++IS) { in EmitInstruction()
DDFAPacketizer.cpp103 *IE = InstrItins->endStage(InsnClass); IS != IE; ++IS) { in getInsnInput()
DMachinePipeliner.cpp1233 *IE = InstrItins->endStage(schedClass); in minFuncUnits()
1253 *IE = InstrItins->endStage(SchedClass); in calcCriticalResources()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScoreboardHazardRecognizer.cpp54 const InstrStage *E = ItinData->endStage(idx); in ScoreboardHazardRecognizer()
125 *E = ItinData->endStage(idx); IS != E; ++IS) { in getHazardType()
187 *E = ItinData->endStage(idx); IS != E; ++IS) { in EmitInstruction()
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h143 const InstrStage *endStage(unsigned ItinClassIndx) const { in endStage() function
160 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrItineraries.h149 const InstrStage *endStage(unsigned ItinClassIndx) const { in endStage() function
171 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrItineraries.h139 const InstrStage *endStage(unsigned ItinClassIndx) const { in endStage() function
156 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSchedule.cpp139 const InstrStage *E = IID.endStage(SchedClass); in getReciprocalThroughput()