Searched refs:emitPredicateMatch (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp335 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,unsigned Opc);
774 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation, function in class:FilterChooser
821 if (!emitPredicateMatch(o, Indentation, Opc))
858 if (emitPredicateMatch(o, Indentation, Opc)) {
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp428 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
1126 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
1199 // FIXME: emitPredicateMatch() functions can take a buffer directly rather
1203 emitPredicateMatch(PS, I, Opc);

Completed in 120 milliseconds