Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp608 std::vector<std::unique_ptr<Record>> &SynthDefs; member
610 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs) in TupleExpander()
611 : SynthDefs(SynthDefs) {} in TupleExpander()
670 SynthDefs.emplace_back( in expand()
672 Record *NewReg = SynthDefs.back().get(); in expand()
1166 std::make_unique<TupleExpander>(SynthDefs)); in CodeGenRegBank()
H A DCodeGenRegisters.h618 std::vector<std::unique_ptr<Record>> SynthDefs; variable