Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1037 uint64_t ThisNonLocalAdjust = 0; in operator <() local
1042 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
1054 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1055 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1056 ThisScaledCost += ThisNonLocalAdjust; in operator <()