Searched refs:ResultInst (Results 1 – 5 of 5) sorted by relevance
570 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()592 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()597 if (ResultInst->Operands[i].MINumOperands == 1 && in CodeGenInstAlias()598 ResultInst->Operands[i].getTiedRegister() != -1) in CodeGenInstAlias()604 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()605 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()621 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()640 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()1390 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()1590 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local1594 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildInstructionResultOperands()1595 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in buildInstructionResultOperands()1637 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands() local1643 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()1644 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
299 CodeGenInstruction *ResultInst; variable
818 CountNumOperands(CGA->ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
459 dag ResultInst = Result; // The instruction to generate.960 dag ResultInst = Result; // The MCInst to generate.