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 519 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;
CodeGenInstruction.h 288 /// ResultInst - The instruction generated by the alias (decoded from
290 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 794 const DagInit *DI = R->getValueAsDag("ResultInst");
812 CountResultNumOperands(CGA->ResultInst->AsmString);
    [all...]

Completed in 200 milliseconds