Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1013 uint64_t OtherLocalAdjust; in operator <() local
1026 OtherLocalAdjust = 0; in operator <()
1028 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1033 OtherLocalAdjust = Cost.LocalCost; in operator <()
1048 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
1051 OtherLocalAdjust && in operator <()
1052 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()