Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp490 bool doesOpcodeNeedPredicate(unsigned Opc) const;
1250 bool FilterChooser::doesOpcodeNeedPredicate(unsigned Opc) const { in doesOpcodeNeedPredicate() function in FilterChooser
1281 if (!doesOpcodeNeedPredicate(Opc)) in emitPredicateTableEntry()