Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CodeGenInstAlias

374   PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
412 MatchableInfo(const CodeGenInstAlias *Alias)
1219 CodeGenInstAlias *Alias = new CodeGenInstAlias(AllInstAliases[i], Target);
1365 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1371 // It's safe to go with the first one we find, because CodeGenInstAlias
1425 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1452 case CodeGenInstAlias::ResultOperand::K_Record: {
1464 case CodeGenInstAlias::ResultOperand::K_Imm: {
1469 case CodeGenInstAlias::ResultOperand::K_Reg: {