HomeSort by: relevance | last modified time | path
    Searched refs:SynthDefs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 603 // Reference to SynthDefs in the containing CodeGenRegBank, to keep track of
605 std::vector<std::unique_ptr<Record>> &SynthDefs;
607 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs)
608 : SynthDefs(SynthDefs) {}
666 SynthDefs.emplace_back(
668 Record *NewReg = SynthDefs.back().get();
1108 std::make_unique<TupleExpander>(SynthDefs));
CodeGenRegisters.h 578 std::vector<std::unique_ptr<Record>> SynthDefs;

Completed in 45 milliseconds