Searched refs:ResultInst (Results 1 – 6 of 6) sorted by relevance
588 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()610 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()615 if (ResultInst->Operands[i].MINumOperands == 1 && in CodeGenInstAlias()616 ResultInst->Operands[i].getTiedRegister() != -1) in CodeGenInstAlias()622 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()623 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()639 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()658 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
425 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()1424 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()1623 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local1627 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildInstructionResultOperands()1628 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in buildInstructionResultOperands()1670 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands() local1676 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()1677 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
303 CodeGenInstruction *ResultInst; variable
828 CountNumOperands(CGA.ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
495 dag ResultInst = Result; // The instruction to generate.1040 dag ResultInst = Result; // The MCInst to generate.
1287 let ResultInst =