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)
1224 CodeGenInstAlias *Alias = new CodeGenInstAlias(AllInstAliases[i], Target);
1370 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1376 // It's safe to go with the first one we find, because CodeGenInstAlias
1430 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();
1457 case CodeGenInstAlias::ResultOperand::K_Record: {
1469 case CodeGenInstAlias::ResultOperand::K_Imm: {
1474 case CodeGenInstAlias::ResultOperand::K_Reg: {