HomeSort by relevance Sort by last modified time
    Searched refs:CGA (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 826 const CodeGenInstAlias *CGA = Alias.first;
827 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
829 CountNumOperands(CGA->ResultInst->AsmString, Variant);
832 if (NumResultOps < CountNumOperands(CGA->AsmString, Variant))
835 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
836 CGA->AsmString);
839 for (auto &Operand : CGA->ResultOperands)
852 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
882 Record *R = CGA->ResultOperands[i].getRecord();
    [all...]
AsmMatcherEmitter.cpp     [all...]

Completed in 379 milliseconds