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 576 Result = R->getValueAsDag("ResultInst");
587 ResultInst = &T.getInstruction(DI->getDef());
609 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
614 if (ResultInst->Operands[i].MINumOperands == 1 &&
615 ResultInst->Operands[i].getTiedRegister() != -1)
621 Record *InstOpRec = ResultInst->Operands[i].Rec;
622 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
638 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
657 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 299 /// ResultInst - The instruction generated by the alias (decoded from
301 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 413 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 810 const DagInit *DI = R->getValueAsDag("ResultInst");
829 CountNumOperands(CGA->ResultInst->AsmString, Variant);
    [all...]

Completed in 90 milliseconds