Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp946 uint64_t OtherNonLocalAdjust = 0; in operator <() local
948 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
965 OtherOverflows |= OtherNonLocalAdjust && in operator <()
966 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
967 OtherScaledCost += OtherNonLocalAdjust; in operator <()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp861 uint64_t OtherNonLocalAdjust = 0; in operator <() local
863 OtherNonLocalAdjust = Cost.NonLocalCost - NonLocalCost; in operator <()
880 OtherOverflows |= OtherNonLocalAdjust && in operator <()
881 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
882 OtherScaledCost += OtherNonLocalAdjust; in operator <()