Lines Matching defs:CGA
815 const CodeGenInstAlias *CGA = Alias.first;
816 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
818 CountNumOperands(CGA->ResultInst->AsmString, Variant);
821 if (NumResultOps < CountNumOperands(CGA->AsmString, Variant))
824 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
825 CGA->AsmString);
828 for (auto &Operand : CGA->ResultOperands)
841 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
871 Record *R = CGA->ResultOperands[i].getRecord();
909 + llvm::utostr(CGA->ResultOperands[i].getImm());
916 if (!CGA->ResultOperands[i].getRegister()) {
922 "::" + CGA->ResultOperands[i].getRegister()->getName();