Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp235 const Record *SubRec = cast<DefInit>(MIOI->getArg(SubOp))->getDef(); in CodeGenInstAlias() local
242 SubRec); in CodeGenInstAlias()
257 const Record *SubRec = cast<DefInit>(MIOI->getArg(SubOp))->getDef(); in CodeGenInstAlias() local
258 if (tryAliasOpMatch(Result, AliasOpNo, SubRec, false, R->getLoc(), T, in CodeGenInstAlias()
268 (SubOp == 0 ? InstOpRec->getName() : SubRec->getName())); in CodeGenInstAlias()
H A DCodeGenDAGPatterns.cpp2735 const Record *SubRec = cast<DefInit>(MIOpInfo->getArg(0))->getDef(); in ApplyTypeConstraints() local
2736 MadeChange |= Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
2747 SubRec = cast<DefInit>(MIOpInfo->getArg(Arg))->getDef(); in ApplyTypeConstraints()
2749 Child->UpdateNodeTypeFromInst(ChildResNo, SubRec, TP); in ApplyTypeConstraints()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp170 const Record *SubRec = in EmitInstrDocs() local
173 StringRef SubOpTypeName = SubRec->getName(); in EmitInstrDocs()