Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1310 std::string VFABI::mangleTLIVectorName(StringRef VectorName, in mangleTLIVectorName() argument
1322 Out << "_" << ScalarName << "(" << VectorName << ")"; in mangleTLIVectorName()
1342 assert(CI.getModule()->getFunction(Info.getValue().VectorName) && in getVectorVariantNames()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h126 std::string VectorName; /// Vector Function Name associated to this VFInfo. member
186 std::string mangleTLIVectorName(StringRef VectorName, StringRef ScalarName,
240 assert(CI.getModule()->getFunction(Shape.getValue().VectorName) && in getVFABIMappings()
274 return M->getFunction(Info.VectorName); in getVectorizedFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp295 assert(M->getNamedValue(VI.getValue().VectorName) && in setVectorVariantNames()