Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp588 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()
DAsmMatcherEmitter.cpp425 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
1424 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()
1623 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local
1627 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() local
1676 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()
1677 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
DCodeGenInstruction.h303 CodeGenInstruction *ResultInst; variable
DAsmWriterEmitter.cpp828 CountNumOperands(CGA.ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
/external/llvm/include/llvm/Target/
DTarget.td495 dag ResultInst = Result; // The instruction to generate.
1040 dag ResultInst = Result; // The MCInst to generate.
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1287 let ResultInst =