Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp945 uint64_t ThisNonLocalAdjust = 0; in operator <() local
950 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
962 ThisOverflows |= ThisNonLocalAdjust && in operator <()
963 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
964 ThisScaledCost += ThisNonLocalAdjust; in operator <()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp860 uint64_t ThisNonLocalAdjust = 0; in operator <() local
865 ThisNonLocalAdjust = NonLocalCost - Cost.NonLocalCost; in operator <()
877 ThisOverflows |= ThisNonLocalAdjust && in operator <()
878 ThisScaledCost + ThisNonLocalAdjust < ThisNonLocalAdjust; in operator <()
879 ThisScaledCost += ThisNonLocalAdjust; in operator <()