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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 559 Result = R->getValueAsDag("ResultInst");
570 ResultInst = &T.getInstruction(DI->getDef());
592 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
597 if (ResultInst->Operands[i].MINumOperands == 1 &&
598 ResultInst->Operands[i].getTiedRegister() != -1)
604 Record *InstOpRec = ResultInst->Operands[i].Rec;
605 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
621 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
640 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 297 /// ResultInst - The instruction generated by the alias (decoded from
299 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 799 const DagInit *DI = R->getValueAsDag("ResultInst");
818 CountNumOperands(CGA->ResultInst->AsmString, Variant);
    [all...]

Completed in 187 milliseconds