Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp502 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local
503 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()
504 NotArg->getNumArgs() != 1) in getReqFeatures()
506 Arg = NotArg->getArg(0); in getReqFeatures()
H A DAsmWriterEmitter.cpp1025 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local
1026 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()
1027 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()
1029 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()
H A DGlobalISelCombinerEmitter.cpp1732 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local
1733 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()
1735 PrintError("cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()