Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp993 uint64_t ThisLocalAdjust; in operator <() local
1006 ThisLocalAdjust = 0; in operator <()
1011 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1013 ThisLocalAdjust = LocalCost; in operator <()
1025 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1027 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()