Home
last modified time | relevance | path

Searched refs:CurSUnit (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGList.cpp203 SUnit *CurSUnit = AvailableQueue->pop(); in ListScheduleTopDown() local
206 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
208 FoundSUnit = CurSUnit; in ListScheduleTopDown()
215 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp216 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local
219 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown()
221 FoundSUnit = CurSUnit; in listScheduleTopDown()
228 NotReady.push_back(CurSUnit); in listScheduleTopDown()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp217 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local
220 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown()
222 FoundSUnit = CurSUnit; in listScheduleTopDown()
229 NotReady.push_back(CurSUnit); in listScheduleTopDown()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp577 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
580 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
582 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
588 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()
592 FoundSUnit = CurSUnit; in ListScheduleTopDown()
600 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp577 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
580 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
582 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
588 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()
592 FoundSUnit = CurSUnit; in ListScheduleTopDown()
600 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPostRASchedulerList.cpp643 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
646 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
648 FoundSUnit = CurSUnit; in ListScheduleTopDown()
655 NotReady.push_back(CurSUnit); in ListScheduleTopDown()