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

/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp789 const CodeGenInstAlias &CGA = Alias.first; local
790 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
792 CountNumOperands(CGA.ResultInst->AsmString, Variant);
795 if (NumResultOps < CountNumOperands(CGA.AsmString, Variant))
798 IAPrinter IAP(CGA.Result->getAsString(), CGA.AsmString);
805 CGA.TheDef->getValueAsListOfDefs("Predicates");
813 for (auto &Operand : CGA.ResultOperands)
826 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
856 Record *R = CGA
[all...]
H A DAsmMatcherEmitter.cpp1695 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1698 for (unsigned i = 0, e = CGA.ResultOperands.size(); i != e; ++i)
1699 if (CGA.ResultOperands[i].isRecord() &&
1700 CGA.ResultOperands[i].getName() == OperandName) {
1703 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1707 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
1762 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1768 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1784 CGA.ResultInstOperandIndex[AliasOpNo].first == i; ++AliasOpNo) {
1785 int SubIdx = CGA
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterEmitter.cpp838 const CodeGenInstAlias *CGA = *II; local
839 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
841 CountResultNumOperands(CGA->ResultInst->AsmString);
844 if (NumResultOps < CountNumOperands(CGA->AsmString))
847 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
848 CGA->AsmString);
858 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
876 CGA->ResultOperands[i].getRecord()->getName() +
899 llvm::utostr(CGA->ResultOperands[i].getImm());
905 "::" + CGA
[all...]
H A DAsmMatcherEmitter.cpp1370 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); local
1373 for (unsigned i = 0, e = CGA.ResultOperands.size(); i != e; ++i)
1374 if (CGA.ResultOperands[i].isRecord() &&
1375 CGA.ResultOperands[i].getName() == OperandName) {
1378 unsigned ResultIdx = CGA.ResultInstOperandIndex[i].first;
1379 Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
1380 Op.Class = getOperandClass(CGA.ResultInst->Operands[ResultIdx],
1430 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); local
1436 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
1450 CGA
[all...]

Completed in 159 milliseconds