Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h167 Optional<VFInfo> tryDemangleForVFABI(StringRef MangledName, const Module &M);
234 VFABI::tryDemangleForVFABI(MangledName, *(CI.getModule())); in getVFABIMappings()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp319 Optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName, in tryDemangleForVFABI() function in VFABI
DVectorUtils.cpp1340 Optional<VFInfo> Info = VFABI::tryDemangleForVFABI(S, *(CI.getModule())); in getVectorVariantNames()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DModuleUtils.cpp293 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping, *M); in setVectorVariantNames()