HomeSort by: relevance | last modified time | path
    Searched refs:ResultInst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp 679 Result = R->getValueAsDag("ResultInst");
688 ResultInst = &T.getInstruction(DI->getDef());
710 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
715 if (ResultInst->Operands[i].MINumOperands == 1 &&
716 ResultInst->Operands[i].getTiedRegister() != -1) {
719 int TiedOpNum = ResultInst->Operands[i].getTiedRegister();
720 if (ResultInst->Operands[i].Rec->getName() ==
721 ResultInst->Operands[TiedOpNum].Rec->getName())
728 Record *InstOpRec = ResultInst->Operands[i].Rec;
729 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands
    [all...]
CodeGenInstruction.h 340 /// ResultInst - The instruction generated by the alias (decoded from
342 CodeGenInstruction *ResultInst;
AsmWriterEmitter.cpp 826 const DagInit *DI = R->getValueAsDag("ResultInst");
849 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString,
863 for (auto &ResultInstOpnd : CGA.ResultInst->Operands)
873 auto &Operands = CGA.ResultInst->Operands;
AsmMatcherEmitter.cpp 509 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
1537 if (!StringRef(Alias->ResultInst->TheDef->getName())
1755 const CodeGenInstruction *ResultInst = getResultInst();
1759 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) {
1805 const CodeGenInstruction *ResultInst = getResultInst();
1817 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1818 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];
1853 if (ResultInst->Operands[i].Rec->getName() !=
1854 ResultInst->Operands[TiedOp].Rec->getName()) {

Completed in 28 milliseconds