HomeSort by relevance Sort by last modified time
    Searched refs:DefRec (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 474 /// DefRec - This is the definition that it came from.
475 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
478 if (DefRec.is<const CodeGenInstruction*>())
479 return DefRec.get<const CodeGenInstruction*>();
480 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
514 : AsmVariantID(0), AsmString(CGI.AsmString), TheDef(CGI.TheDef), DefRec(&CGI),
520 DefRec(Alias.release()),
530 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands),
536 assert(!DefRec.is<const CodeGenInstAlias *>())
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 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) {
    [all...]

Completed in 71 milliseconds