Searched refs:CGA (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp800 const CodeGenInstAlias &CGA = Alias.first; local
801 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
803 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString,
808 CodeGenInstruction::FlattenAsmStringVariants(CGA.AsmString, Variant);
816 for (auto &ResultInstOpnd : CGA.ResultInst->Operands)
819 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString, NumMIOps);
826 auto &Operands = CGA.ResultInst->Operands;
847 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
874 Record *R = CGA.ResultOperands[i].getRecord();
906 auto Imm = CGA
[all...]
H A DAsmMatcherEmitter.cpp1736 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1739 for (unsigned i = 0, e = CGA.ResultOperands.size(); i != e; ++i)
1740 if (CGA.ResultOperands[i].isRecord() &&
1741 CGA.ResultOperands[i].getName() == OperandName) {
1744 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1748 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
1809 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1821 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1861 int SubIdx = CGA.ResultInstOperandIndex[AliasOpNo].second;
1862 StringRef Name = CGA
[all...]

Completed in 182 milliseconds