Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp506 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; member
509 if (isa<const CodeGenInstruction *>(DefRec)) in getResultInst()
510 return cast<const CodeGenInstruction *>(DefRec); in getResultInst()
511 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()
551 DefRec(Alias.release()), in MatchableInfo()
561 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands), in MatchableInfo()
567 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()
571 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()
1619 if (isa<const CodeGenInstruction *>(II->DefRec)) in buildInfo()
1625 if (isa<const CodeGenInstruction *>(II->DefRec)) { in buildInfo()
[all …]