Lines Matching defs:cNameBase
225 // For this sub-hierarchy we invent a cNameBase() method which returns the
227 // append an extra "x2" or whatever to their element type's cNameBase(). Then
232 virtual std::string cNameBase() const = 0;
235 std::string cName() const override { return cNameBase() + "_t"; }
255 std::string cNameBase() const override {
300 std::string cNameBase() const override {
301 return Element->cNameBase() + "x" + utostr(Lanes);
327 std::string cNameBase() const override {
328 return Element->cNameBase() + "x" + utostr(Registers);
349 std::string cNameBase() const override { return "mve_pred16"; }
1006 std::pair<std::string, unsigned> key(VT->cNameBase(), Registers);