Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1056 uint64_t OtherNonLocalAdjust = 0; in operator <() local
1058 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
1075 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1076 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1077 OtherScaledCost += OtherNonLocalAdjust; in operator <()