Home
last modified time | relevance | path

Searched refs:ThisNonLocalAdjust (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.cpp1018 uint64_t ThisNonLocalAdjust = 0; in operator <() local
1023 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
1035 ThisOverflows |= ThisNonLocalAdjust && in operator <()
1036 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
1037 ThisScaledCost += ThisNonLocalAdjust; in operator <()