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 518 Result = R->getValueAsDag("ResultInst");
525 ResultInst = &T.getInstruction(DI->getDef());
547 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
552 if (ResultInst->Operands[i].MINumOperands == 1 &&
553 ResultInst->Operands[i].getTiedRegister() != -1)
559 Record *InstOpRec = ResultInst->Operands[i].Rec;
560 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
576 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
595 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 289 /// ResultInst - The instruction generated by the alias (decoded from
291 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 394 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 765 const DagInit *DI = R->getValueAsDag("ResultInst");
783 CountResultNumOperands(CGA->ResultInst->AsmString);
    [all...]

Completed in 70 milliseconds