Lines Matching defs:ResultInst
518 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst;
558 ResInstSize(Alias->ResultInst->TheDef->getValueAsInt("Size")),
1583 if (!StringRef(Alias->ResultInst->TheDef->getName())
1801 const CodeGenInstruction *ResultInst = getResultInst();
1805 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) {
1851 const CodeGenInstruction *ResultInst = getResultInst();
1863 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) {
1864 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];
1899 if (ResultInst->Operands[i].Rec->getName() !=
1900 ResultInst->Operands[TiedOp].Rec->getName()) {