Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp325 StringRef VectorName = MangledName; in tryDemangleForVFABI() local
399 VectorName = MangledName; in tryDemangleForVFABI()
401 if (VectorName.empty()) in tryDemangleForVFABI()
407 if (ISA == VFISAKind::LLVM && VectorName == OriginalName) in tryDemangleForVFABI()
439 const Function *F = M.getFunction(VectorName); in tryDemangleForVFABI()
454 if (!M.getFunction(VectorName)) in tryDemangleForVFABI()
458 return VFInfo({Shape, std::string(ScalarName), std::string(VectorName), ISA}); in tryDemangleForVFABI()
H A DVectorUtils.cpp1301 std::string VFABI::mangleTLIVectorName(StringRef VectorName, in mangleTLIVectorName() argument
1313 Out << "_" << ScalarName << "(" << VectorName << ")"; in mangleTLIVectorName()
1333 assert(CI.getModule()->getFunction(Info.getValue().VectorName) && in getVectorVariantNames()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h128 std::string VectorName; /// Vector Function Name associated to this VFInfo. member
188 std::string mangleTLIVectorName(StringRef VectorName, StringRef ScalarName,
242 assert(CI.getModule()->getFunction(Shape.getValue().VectorName) && in getVFABIMappings()
276 return M->getFunction(Info.VectorName); in getVectorizedFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp315 assert(M->getNamedValue(VI.getValue().VectorName) && in setVectorVariantNames()