Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp47 static std::string mangleTLIName(StringRef VectorName, const CallInst &CI, in mangleTLIName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp299 StringRef VectorName = MangledName; in tryDemangleForVFABI() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DVFABIDemangling.cpp323 StringRef VectorName = MangledName; in tryDemangleForVFABI() local
DVectorUtils.cpp1532 std::string VFABI::mangleTLIVectorName(StringRef VectorName, in mangleTLIVectorName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h121 StringRef VectorName; // Vector Function Name associated to this VFInfo. member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DVectorUtils.h126 std::string VectorName; /// Vector Function Name associated to this VFInfo. member