Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp299 StringRef VectorName = MangledName; in tryDemangleForVFABI() local
373 VectorName = MangledName; in tryDemangleForVFABI()
375 if (VectorName.empty()) in tryDemangleForVFABI()
381 if (ISA == VFISAKind::LLVM && VectorName == OriginalName) in tryDemangleForVFABI()
406 return VFInfo({Shape, ScalarName, VectorName, ISA}); in tryDemangleForVFABI()
DVectorUtils.cpp1179 assert(CI.getModule()->getFunction(Info.getValue().VectorName) && in getVectorVariantNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp47 static std::string mangleTLIName(StringRef VectorName, const CallInst &CI, in mangleTLIName() argument
54 Out << "_" << CI.getCalledFunction()->getName() << "(" << VectorName << ")"; in mangleTLIName()
DModuleUtils.cpp303 assert(M->getNamedValue(VI.getValue().VectorName) && in setVectorVariantNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h121 StringRef VectorName; // Vector Function Name associated to this VFInfo. member
126 return std::tie(Shape, ScalarName, VectorName, ISA) ==
127 std::tie(Shape, Other.ScalarName, Other.VectorName, Other.ISA);