Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDRegBankSelect.cpp1060 uint64_t OtherNonLocalAdjust = 0; in operator <() local
1062 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
1079 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1080 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1081 OtherScaledCost += OtherNonLocalAdjust; in operator <()