Lines Matching refs:Records
148 : Records(records) {
149 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
223 RegBank = llvm::make_unique<CodeGenRegBank>(Records);
228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
273 SchedModels = llvm::make_unique<CodeGenSchedModels>(Records, *this);
278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
291 RecordKeeper &Records) {
292 const Record *Rec = Records.getDef(Name);
314 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records);
351 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");