Searched defs:CodeGenRegisterFile (Results 1 – 1 of 1) sorted by relevance
188 struct CodeGenRegisterFile { struct197 CodeGenRegisterFile(StringRef name, Record *def, argument200 : Name(name), RegisterFileDef(def), in Name()204 bool hasDefaultCosts() const { return Costs.empty(); } in hasDefaultCosts()