Searched refs:DefRec (Results 1 – 1 of 1) sorted by relevance
513 PointerUnion<const CodeGenInstruction *, const CodeGenInstAlias *> DefRec; member516 if (isa<const CodeGenInstruction *>(DefRec)) in getResultInst()517 return cast<const CodeGenInstruction *>(DefRec); in getResultInst()518 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()553 ResInstSize(TheDef->getValueAsInt("Size")), DefRec(&CGI), in MatchableInfo()559 DefRec(Alias.release()), UseInstAsmMatchConverter(TheDef->getValueAsBit( in MatchableInfo()567 TheDef(RHS.TheDef), ResInstSize(RHS.ResInstSize), DefRec(RHS.DefRec), in MatchableInfo()573 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()577 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()1645 if (isa<const CodeGenInstruction *>(II->DefRec)) in buildInfo()[all …]