Home | History | Annotate | Download | only in TableGen

Lines Matching defs:CGA

838       const CodeGenInstAlias *CGA = *II;
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->ResultOperands[i].getRegister()->getName();