Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp149 virtual std::string acleSuffix(std::string) const { in acleSuffix() function in __anonf88c1dfe0111::Type
187 std::string acleSuffix(std::string) const override { return ""; } in acleSuffix() function in __anonf88c1dfe0111::VoidType
274 std::string acleSuffix(std::string overrideLetter) const override { in acleSuffix() function in __anonf88c1dfe0111::ScalarType
1325 (Twine(BaseName) + Param->acleSuffix(std::string(overrideLetter))).str(); in ACLEIntrinsic()