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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 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();
    [all...]
AsmMatcherEmitter.cpp     [all...]

Completed in 119 milliseconds