Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp920 uint64_t ThisLocalAdjust; in operator <() local
933 ThisLocalAdjust = 0; in operator <()
938 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
940 ThisLocalAdjust = LocalCost; in operator <()
952 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
954 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp834 uint64_t ThisLocalAdjust; in operator <() local
847 ThisLocalAdjust = 0; in operator <()
852 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
855 ThisLocalAdjust = LocalCost; in operator <()
867 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
869 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()