Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1030 uint64_t ThisLocalAdjust; in operator <() local
1043 ThisLocalAdjust = 0; in operator <()
1048 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1050 ThisLocalAdjust = LocalCost; in operator <()
1062 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1064 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()