Home
last modified time | relevance | path

Searched refs:BUHasStall (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2444 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) { in BUHasStall() function
2464 BUHasStall(left, LHeight, SPQ); in BUCompareLatency()
2466 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2753 bool LStall = BUHasStall(left, left->getHeight(), SPQ); in operator ()()
2754 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2319 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) { in BUHasStall() function
2339 BUHasStall(left, LHeight, SPQ); in BUCompareLatency()
2341 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2626 bool LStall = BUHasStall(left, left->getHeight(), SPQ); in operator ()()
2627 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2219 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) { in BUHasStall() function
2239 BUHasStall(left, LHeight, SPQ); in BUCompareLatency()
2241 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2554 bool LStall = BUHasStall(left, left->getHeight(), SPQ); in operator ()()
2555 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()()