Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp481 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()
DAsmMatcherEmitter.cpp379 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() local
1390 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() local
1432 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in BuildAliasResultOperands()
1433 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in BuildAliasResultOperands()
DCodeGenInstruction.h277 CodeGenInstruction *ResultInst; variable
DAsmWriterEmitter.cpp841 CountResultNumOperands(CGA->ResultInst->AsmString); in EmitPrintAliasInstruction()
/external/llvm/include/llvm/Target/
DTarget.td389 dag ResultInst = Result; // The instruction to generate.
758 dag ResultInst = Result; // The MCInst to generate.