Home
last modified time | relevance | path

Searched refs:cNameBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp232 virtual std::string cNameBase() const = 0;
235 std::string cName() const override { return cNameBase() + "_t"; } in cName()
255 std::string cNameBase() const override { in cNameBase() function in __anondd1c47770111::ScalarType
300 std::string cNameBase() const override { in cNameBase() function in __anondd1c47770111::VectorType
301 return Element->cNameBase() + "x" + utostr(Lanes); in cNameBase()
327 std::string cNameBase() const override { in cNameBase() function in __anondd1c47770111::MultiVectorType
328 return Element->cNameBase() + "x" + utostr(Registers); in cNameBase()
349 std::string cNameBase() const override { return "mve_pred16"; } in cNameBase() function in __anondd1c47770111::PredicateType
1005 std::pair<std::string, unsigned> key(VT->cNameBase(), Registers); in getMultiVectorType()