Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
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()
1157 std::make_unique<TupleExpander>(SynthDefs)); in CodeGenRegBank()
DCodeGenRegisters.h611 std::vector<std::unique_ptr<Record>> SynthDefs; variable