Searched refs:ResultInst (Results 1 – 6 of 6) sorted by relevance
178 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()201 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()206 if (ResultInst->Operands[i].MINumOperands == 1 && in CodeGenInstAlias()207 ResultInst->Operands[i].getTiedRegister() != -1) { in CodeGenInstAlias()210 int TiedOpNum = ResultInst->Operands[i].getTiedRegister(); in CodeGenInstAlias()211 if (ResultInst->Operands[i].Rec->getName() == in CodeGenInstAlias()212 ResultInst->Operands[TiedOpNum].Rec->getName()) in CodeGenInstAlias()219 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()220 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()235 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()[all …]
46 CodeGenInstruction *ResultInst; variable
518 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()558 ResInstSize(Alias->ResultInst->TheDef->getValueAsInt("Size")), in MatchableInfo()1583 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()1801 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local1805 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) { in buildInstructionResultOperands()1851 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands() local1863 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()1864 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()1899 if (ResultInst->Operands[i].Rec->getName() != in buildAliasResultOperands()1900 ResultInst->Operands[TiedOp].Rec->getName()) { in buildAliasResultOperands()
882 CGA.ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()895 for (auto &ResultInstOpnd : CGA.ResultInst->Operands) in EmitPrintAliasInstruction()903 auto &Operands = CGA.ResultInst->Operands; in EmitPrintAliasInstruction()
811 dag ResultInst = Result; // The instruction to generate.1712 dag ResultInst = Result; // The MCInst to generate.
199 let ResultInst =