Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp217 unsigned RScratch = calcMaxScratches(right); in pickBest() local
218 if (LScratch != RScratch) in pickBest()
219 return LScratch > RScratch ? right : left; in pickBest()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2579 unsigned RScratch = calcMaxScratches(right); in BURRSort() local
2580 if (LScratch != RScratch) in BURRSort()
2581 return LScratch > RScratch; in BURRSort()