Searched refs:DefRec (Results 1 – 1 of 1) sorted by relevance
504 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; member507 if (DefRec.is<const CodeGenInstruction*>()) in getResultInst()508 return DefRec.get<const CodeGenInstruction*>(); in getResultInst()509 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()543 : AsmVariantID(0), AsmString(CGI.AsmString), TheDef(CGI.TheDef), DefRec(&CGI), in MatchableInfo()549 DefRec(Alias.release()), in MatchableInfo()559 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands), in MatchableInfo()565 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo()569 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo()1599 if (II->DefRec.is<const CodeGenInstruction*>()) in buildInfo()[all …]