Searched refs:ParenIfBinOp (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | SubtargetFeatureInfo.cpp | 113 bool ParenIfBinOp, raw_ostream &OS) { in emitFeaturesAux() argument 127 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitFeaturesAux() 133 if (emitFeaturesAux(TargetName, *Arg, ParenIfBinOp, OS)) in emitFeaturesAux()
|
| D | DecoderEmitter.cpp | 500 bool emitPredicateMatchAux(const Init &Val, bool ParenIfBinOp, 1220 bool FilterChooser::emitPredicateMatchAux(const Init &Val, bool ParenIfBinOp, in emitPredicateMatchAux() argument 1236 bool Paren = D->getNumArgs() > 1 && std::exchange(ParenIfBinOp, true); in emitPredicateMatchAux() 1242 if (emitPredicateMatchAux(*Arg, ParenIfBinOp, OS)) in emitPredicateMatchAux()
|