Home
last modified time | relevance | path

Searched defs:VectorName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorFunctionABITest.cpp50 std::string &VectorName = Info.VectorName; member in __anon36cf3bb40111::VFABIParserTest
68 const StringRef VectorName = "", in invokeParser()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVFABIDemangling.cpp323 StringRef VectorName = MangledName; in tryDemangleForVFABI() local
H A DVectorUtils.cpp1480 std::string VFABI::mangleTLIVectorName(StringRef VectorName, in mangleTLIVectorName()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h126 std::string VectorName; /// Vector Function Name associated to this VFInfo. member