Lines Matching refs:CodeGenInstAlias
506 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
511 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()
549 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo()
567 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()
571 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()
1552 auto Alias = std::make_unique<CodeGenInstAlias>(InstAlias, Target); in buildInfo()
1751 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(II->DefRec); in buildAliasOperandReference()
1824 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(DefRec); in buildAliasResultOperands()
1896 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1913 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
1918 case CodeGenInstAlias::ResultOperand::K_Reg: { in buildAliasResultOperands()