Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1305 bool AllUseless = true; in filterProcessor() local
1312 AllUseless = false; in filterProcessor()
1320 if (!AllUseless) in filterProcessor()
1323 return !AllUseless; in filterProcessor()
DFixedLenDecoderEmitter.cpp1141 bool AllUseless = true; in filterProcessor() local
1148 AllUseless = false; in filterProcessor()
1156 if (!AllUseless) in filterProcessor()
1159 return !AllUseless; in filterProcessor()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1608 bool AllUseless = true; in filterProcessor() local
1615 AllUseless = false; in filterProcessor()
1623 if (!AllUseless) in filterProcessor()
1626 return !AllUseless; in filterProcessor()