Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp503 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
506 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,
993 bool ARMFilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() function in ARMFilterChooser
1056 void ARMFilterChooser::emitSingletonDecoder(raw_ostream &o, in emitSingletonDecoder() function in ARMFilterChooser
1062 emitSingletonDecoder(o, Indentation, Opc); in emitSingletonDecoder()
1367 return emitSingletonDecoder(o, Indentation, Opcodes[0]); in emit()
1373 emitSingletonDecoder(o, Indentation, Best); in emit()
DFixedLenDecoderEmitter.cpp339 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
342 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,Filter &Best);
804 bool FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() function in FilterChooser
894 void FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() function in FilterChooser
899 emitSingletonDecoder(o, Indentation, Opc); in emitSingletonDecoder()
1197 return emitSingletonDecoder(o, Indentation, Opcodes[0]); in emit()
1203 emitSingletonDecoder(o, Indentation, Best); in emit()