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.cpp513 PointerUnion<const CodeGenInstruction *, const CodeGenInstAlias *> DefRec; member
516 if (isa<const CodeGenInstruction *>(DefRec)) in getResultInst()
517 return cast<const CodeGenInstruction *>(DefRec); in getResultInst()
518 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()
553 ResInstSize(TheDef->getValueAsInt("Size")), DefRec(&CGI), in MatchableInfo()
559 DefRec(Alias.release()), UseInstAsmMatchConverter(TheDef->getValueAsBit( in MatchableInfo()
567 TheDef(RHS.TheDef), ResInstSize(RHS.ResInstSize), DefRec(RHS.DefRec), in MatchableInfo()
573 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()
577 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()
1645 if (isa<const CodeGenInstruction *>(II->DefRec)) in buildInfo()
[all …]