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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp519 Result = R->getValueAsDag("ResultInst");
527 ResultInst = &T.getInstruction(DI->getDef());
549 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
554 if (ResultInst->Operands[i].MINumOperands == 1 &&
555 ResultInst->Operands[i].getTiedRegister() != -1)
561 Record *InstOpRec = ResultInst->Operands[i].Rec;
562 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
578 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
597 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
H A DCodeGenInstruction.h288 /// ResultInst - The instruction generated by the alias (decoded from
290 CodeGenInstruction *ResultInst; member in class:llvm::CodeGenInstAlias
H A DAsmMatcherEmitter.cpp404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
1357 if (!StringRef(Alias->ResultInst->TheDef->getName())
1557 const CodeGenInstruction *ResultInst = getResultInst(); local
1561 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1562 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i];
1604 const CodeGenInstruction *ResultInst = getResultInst(); local
1610 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1611 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];
H A DAsmWriterEmitter.cpp794 const DagInit *DI = R->getValueAsDag("ResultInst");
812 CountResultNumOperands(CGA->ResultInst->AsmString);

Completed in 81 milliseconds