Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CodeGenInstAlias

398   PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
403 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
437 MatchableInfo(const CodeGenInstAlias *Alias)
1370 CodeGenInstAlias *Alias = new CodeGenInstAlias(AllInstAliases[i], Target);
1550 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1556 // It's safe to go with the first one we find, because CodeGenInstAlias
1612 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1638 case CodeGenInstAlias::ResultOperand::K_Record: {
1650 case CodeGenInstAlias::ResultOperand::K_Imm: {
1655 case CodeGenInstAlias::ResultOperand::K_Reg: {