Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp231 virtual std::string cNameBase() const = 0;
234 std::string cName() const override { return cNameBase() + "_t"; } in cName()
254 std::string cNameBase() const override { in cNameBase() function in __anond0646b370111::ScalarType
299 std::string cNameBase() const override { in cNameBase() function in __anond0646b370111::VectorType
300 return Element->cNameBase() + "x" + utostr(Lanes); in cNameBase()
326 std::string cNameBase() const override { in cNameBase() function in __anond0646b370111::MultiVectorType
327 return Element->cNameBase() + "x" + utostr(Registers); in cNameBase()
348 std::string cNameBase() const override { return "mve_pred16"; } in cNameBase() function in __anond0646b370111::PredicateType
1007 std::pair<std::string, unsigned> key(VT->cNameBase(), Registers); in getMultiVectorType()