Lines Matching refs:CodeGenInstAlias
475 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
480 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
518 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias)
536 assert(!DefRec.is<const CodeGenInstAlias *>());
540 delete DefRec.dyn_cast<const CodeGenInstAlias*>();
1504 auto Alias = llvm::make_unique<CodeGenInstAlias>(AllInstAliases[i],
1695 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1701 // It's safe to go with the first one we find, because CodeGenInstAlias
1762 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1790 case CodeGenInstAlias::ResultOperand::K_Record: {
1802 case CodeGenInstAlias::ResultOperand::K_Imm: {
1807 case CodeGenInstAlias::ResultOperand::K_Reg: {