Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp610 struct TupleExpander : SetTheory::Expander { struct
613 std::vector<std::unique_ptr<Record>> &SynthDefs;
615 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs) in TupleExpander() function
618 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp163 struct TupleExpander : SetTheory::Expander { struct
164 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) { in expand()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp541 struct TupleExpander : SetTheory::Expander { struct
542 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()