Lines Matching refs:CodeGenInstAlias
513 PointerUnion<const CodeGenInstruction *, const CodeGenInstAlias *> DefRec;
518 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()
556 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo()
573 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()
577 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()
1578 auto Alias = std::make_unique<CodeGenInstAlias>(InstAlias, Target); in buildInfo()
1777 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(II->DefRec); in buildAliasOperandReference()
1850 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(DefRec); in buildAliasResultOperands()
1923 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1941 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
1946 case CodeGenInstAlias::ResultOperand::K_Reg: { in buildAliasResultOperands()