Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp512 bool emitPredicateMatchAux(const Init &Val, bool ParenIfBinOp,
1232 bool FilterChooser::emitPredicateMatchAux(const Init &Val, bool ParenIfBinOp, in emitPredicateMatchAux() function in FilterChooser
1245 return emitPredicateMatchAux(*D->getArg(0), true, OS); in emitPredicateMatchAux()
1254 if (emitPredicateMatchAux(*Arg, ParenIfBinOp, OS)) in emitPredicateMatchAux()
1280 if (emitPredicateMatchAux(*Pred->getValueAsDag("AssemblerCondDag"), in emitPredicateMatch()