Home
last modified time | relevance | path

Searched defs:TupleExpander (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp541 struct TupleExpander : SetTheory::Expander { struct
544 std::vector<std::unique_ptr<Record>> &SynthDefs;
547 llvm::StringSet<> TupleNames;
549 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs) in TupleExpander() function
552 void expand(SetTheory &ST, const Record *Def, in expand()