Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1055 uint64_t ThisNonLocalAdjust = 0; in operator <() local
1060 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
1072 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1073 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1074 ThisScaledCost += ThisNonLocalAdjust; in operator <()