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 513 Result = R->getValueAsDag("ResultInst");
520 ResultInst = &T.getInstruction(DI->getDef());
542 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
547 if (ResultInst->Operands[i].MINumOperands == 1 &&
548 ResultInst->Operands[i].getTiedRegister() != -1)
554 Record *InstOpRec = ResultInst->Operands[i].Rec;
555 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
568 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 276 /// ResultInst - The instruction generated by the alias (decoded from
278 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 383 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 734 const DagInit *DI = R->getValueAsDag("ResultInst");
752 CountResultNumOperands(CGA->ResultInst->AsmString);
    [all...]

Completed in 92 milliseconds