Home
last modified time | relevance | path

Searched refs:DefRec (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp504 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; member
507 if (DefRec.is<const CodeGenInstruction*>()) in getResultInst()
508 return DefRec.get<const CodeGenInstruction*>(); in getResultInst()
509 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
549 DefRec(Alias.release()), in MatchableInfo()
559 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands), in MatchableInfo()
565 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo()
569 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo()
1599 if (II->DefRec.is<const CodeGenInstruction*>()) in buildInfo()
1605 if (II->DefRec.is<const CodeGenInstruction*>()) { in buildInfo()
[all …]