Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1035 uint64_t OtherLocalAdjust; in operator <() local
1048 OtherLocalAdjust = 0; in operator <()
1050 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1055 OtherLocalAdjust = Cost.LocalCost; in operator <()
1070 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
1073 OtherLocalAdjust && in operator <()
1074 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()