Home
last modified time | relevance | path

Searched refs:BestScore (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1306 unsigned BestScore = 0; in filterProcessor() local
1314 if (Usefulness > BestScore) { in filterProcessor()
1316 BestScore = Usefulness; in filterProcessor()
DFixedLenDecoderEmitter.cpp1142 unsigned BestScore = 0; in filterProcessor() local
1150 if (Usefulness > BestScore) { in filterProcessor()
1152 BestScore = Usefulness; in filterProcessor()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1609 unsigned BestScore = 0; in filterProcessor() local
1617 if (Usefulness > BestScore) { in filterProcessor()
1619 BestScore = Usefulness; in filterProcessor()