Home
last modified time | relevance | path

Searched refs:ResultInst (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp570 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()
DAsmMatcherEmitter.cpp404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
1390 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()
1590 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local
1594 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() local
1643 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()
1644 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
DCodeGenInstruction.h299 CodeGenInstruction *ResultInst; variable
DAsmWriterEmitter.cpp818 CountNumOperands(CGA->ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
/external/llvm/include/llvm/Target/
DTarget.td459 dag ResultInst = Result; // The instruction to generate.
960 dag ResultInst = Result; // The MCInst to generate.