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.cpp309 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local
310 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()
312 PrintError(DiagLoc, "cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()
/freebsd/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.cpp1049 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local
1050 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()
1051 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()
1053 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()