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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 483 Result = R->getValueAsDag("ResultInst");
490 ResultInst = &T.getInstruction(DI->getDef());
512 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
515 if (ResultInst->Operands[i].getTiedRegister() != -1)
521 Record *InstOpRec = ResultInst->Operands[i].Rec;
522 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
535 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 276 /// ResultInst - The instruction generated by the alias (decoded from
278 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 823 const DagInit *DI = R->getValueAsDag("ResultInst");
841 CountResultNumOperands(CGA->ResultInst->AsmString);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 581 Result = R->getValueAsDag("ResultInst");
592 ResultInst = &T.getInstruction(DI->getDef());
614 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
619 if (ResultInst->Operands[i].MINumOperands == 1 &&
620 ResultInst->Operands[i].getTiedRegister() != -1)
626 Record *InstOpRec = ResultInst->Operands[i].Rec;
627 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands;
643 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
662 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo;
CodeGenInstruction.h 301 /// ResultInst - The instruction generated by the alias (decoded from
303 CodeGenInstruction *ResultInst;
AsmMatcherEmitter.cpp 480 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
AsmWriterEmitter.cpp 771 const DagInit *DI = R->getValueAsDag("ResultInst");
792 CountNumOperands(CGA.ResultInst->AsmString, Variant);
    [all...]

Completed in 168 milliseconds