Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1012 uint64_t ThisLocalAdjust; in operator <() local
1025 ThisLocalAdjust = 0; in operator <()
1030 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1032 ThisLocalAdjust = LocalCost; in operator <()
1044 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1046 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()