Home | History | Annotate | Download | only in TableGen

Lines Matching refs:DefRec

373   /// DefRec - This is the definition that it came from.
374 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
377 if (DefRec.is<const CodeGenInstruction*>())
378 return DefRec.get<const CodeGenInstruction*>();
379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
409 : TheDef(CGI.TheDef), DefRec(&CGI), AsmString(CGI.AsmString) {
413 : TheDef(Alias->TheDef), DefRec(Alias), AsmString(Alias->AsmString) {
1288 if (II->DefRec.is<const CodeGenInstruction*>())
1294 if (II->DefRec.is<const CodeGenInstruction*>())
1310 const CodeGenInstruction &CGI = *II->DefRec.get<const CodeGenInstruction*>();
1370 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>();
1430 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>();