Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp217 unsigned RScratch = calcMaxScratches(right); in pickBest() local
218 if (LScratch != RScratch) in pickBest()
219 return LScratch > RScratch ? right : left; in pickBest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2579 unsigned RScratch = calcMaxScratches(right); in BURRSort() local
2580 if (LScratch != RScratch) in BURRSort()
2581 return LScratch > RScratch; in BURRSort()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2454 unsigned RScratch = calcMaxScratches(right); in BURRSort() local
2455 if (LScratch != RScratch) in BURRSort()
2456 return LScratch > RScratch; in BURRSort()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2370 unsigned RScratch = calcMaxScratches(right); in BURRSort() local
2371 if (LScratch != RScratch) { in BURRSort()
2373 return LScratch > RScratch; in BURRSort()