Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1059 uint64_t OtherNonLocalAdjust = 0; in operator <() local
1061 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
1078 OtherOverflows |= OtherNonLocalAdjust && in operator <()
1079 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1080 OtherScaledCost += OtherNonLocalAdjust; in operator <()