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