Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp121 static unsigned calcMaxScratches(const SUnit *SU) { in calcMaxScratches() function
215 unsigned LScratch = calcMaxScratches(left); in pickBest()
216 unsigned RScratch = calcMaxScratches(right); in pickBest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2364 static unsigned calcMaxScratches(const SUnit *SU) { in calcMaxScratches() function
2614 unsigned LScratch = calcMaxScratches(left); in BURRSort()
2615 unsigned RScratch = calcMaxScratches(right); in BURRSort()