Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp956 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local
960 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
966 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
967 OtherScaledCost += OtherNonLocalAdjust; in operator <()
976 return ThisScaledCost < OtherScaledCost; in operator <()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp871 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local
875 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
881 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
882 OtherScaledCost += OtherNonLocalAdjust; in operator <()
891 return ThisScaledCost < OtherScaledCost; in operator <()