Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp298 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local
299 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()
301 PrintError(DiagLoc, "cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp535 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local
536 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()
537 NotArg->getNumArgs() != 1) in getReqFeatures()
539 Arg = NotArg->getArg(0); in getReqFeatures()
H A DAsmWriterEmitter.cpp1042 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local
1043 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()
1044 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()
1046 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()