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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp120 /// calcMaxScratches - Returns an cost estimate of the worse case requirement
122 static unsigned calcMaxScratches(const SUnit *SU) { function
216 unsigned LScratch = calcMaxScratches(left);
217 unsigned RScratch = calcMaxScratches(right);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2343 /// calcMaxScratches - Returns an cost estimate of the worse case requirement
2345 static unsigned calcMaxScratches(const SUnit *SU) {
2595 unsigned LScratch = calcMaxScratches(left);
2596 unsigned RScratch = calcMaxScratches(right);

Completed in 107 milliseconds