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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp611 // Reference to SynthDefs in the containing CodeGenRegBank, to keep track of
613 std::vector<std::unique_ptr<Record>> &SynthDefs; member in struct:__anon4914::TupleExpander
615 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs) argument
616 : SynthDefs(SynthDefs) {}
672 SynthDefs.emplace_back(
674 Record *NewReg = SynthDefs.back().get();
1111 std::make_unique<TupleExpander>(SynthDefs));
H A DCodeGenRegisters.h578 std::vector<std::unique_ptr<Record>> SynthDefs; member in class:llvm::CodeGenRegBank

Completed in 166 milliseconds