Searched refs:ResultInst (Results 1 – 5 of 5) sorted by relevance
481 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()503 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()506 if (ResultInst->Operands[i].getTiedRegister() != -1) in CodeGenInstAlias()512 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()513 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()526 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()1224 if (!StringRef(Alias->ResultInst->TheDef->getName()).startswith( in BuildInfo()1375 Op.Class = getOperandClass(CGA.ResultInst->Operands[ResultIdx], in BuildAliasOperandReference()1386 const CodeGenInstruction *ResultInst = getResultInst(); in BuildInstructionResultOperands() local1390 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in BuildInstructionResultOperands()1391 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in BuildInstructionResultOperands()1426 const CodeGenInstruction *ResultInst = getResultInst(); in BuildAliasResultOperands() local1432 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in BuildAliasResultOperands()1433 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in BuildAliasResultOperands()
277 CodeGenInstruction *ResultInst; variable
841 CountResultNumOperands(CGA->ResultInst->AsmString); in EmitPrintAliasInstruction()
389 dag ResultInst = Result; // The instruction to generate.758 dag ResultInst = Result; // The MCInst to generate.