Searched defs:ResultInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h289 /// ResultInst - The instruction generated by the alias (decoded from
291 CodeGenInstruction *ResultInst; member in class:llvm::CodeGenInstAlias
H A DAsmMatcherEmitter.cpp394 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
1360 if (!StringRef(Alias->ResultInst->TheDef->getName())
1558 const CodeGenInstruction *ResultInst = getResultInst(); local
1562 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1563 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i];
1598 const CodeGenInstruction *ResultInst = getResultInst(); local
1604 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1605 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];

Completed in 235 milliseconds