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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.cpp 600 Result = R->getValueAsDag("ResultInst");
610 ResultInst = &T.getInstruction(DI->getDef());
632 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
637 if (ResultInst->Operands[i].MINumOperands == 1 &&
638 ResultInst->Operands[i].getTiedRegister() != -1) {
641 int TiedOpNum = ResultInst->Operands[i].getTiedRegister();
642 if (ResultInst->Operands[i].Rec->getName() ==
643 ResultInst->Operands[TiedOpNum].Rec->getName())
650 Record *InstOpRec = ResultInst->Operands[i].Rec;
651 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands
    [all...]
CodeGenInstruction.h 313 /// ResultInst - The instruction generated by the alias (decoded from
315 CodeGenInstruction *ResultInst;
AsmWriterEmitter.cpp 778 const DagInit *DI = R->getValueAsDag("ResultInst");
799 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString,
825 for (auto &ResultInstOpnd : CGA.ResultInst->Operands)
837 auto &Operands = CGA.ResultInst->Operands;
    [all...]
AsmMatcherEmitter.cpp 510 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
    [all...]
  /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 686 milliseconds