Searched defs:DefRec (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp398 /// DefRec - This is the definition that it came from.
399 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; member in struct:__anon21902::MatchableInfo
402 if (DefRec.is<const CodeGenInstruction*>())
403 return DefRec.get<const CodeGenInstruction*>();
404 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
434 : AsmVariantID(0), TheDef(CGI.TheDef), DefRec(&CGI),
439 : AsmVariantID(0), TheDef(Alias->TheDef), DefRec(Alias),
1418 if (II->DefRec.is<const CodeGenInstruction*>())
1424 if (II->DefRec.is<const CodeGenInstruction*>()) {
1472 const CodeGenInstruction &CGI = *II->DefRec
[all...]

Completed in 56 milliseconds