Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp370 std::optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName, in tryDemangleForVFABI() function in VFABI
537 VFABI::tryDemangleForVFABI(S, CI.getFunctionType()); in getVectorVariantNames()
591 VFABI::tryDemangleForVFABI(VariantMapping, CI->getFunctionType()); in setVectorVariantNames()
H A DVerifier.cpp2385 const std::optional<VFInfo> Info = VFABI::tryDemangleForVFABI(S, FT); in verifyFunctionAttrs()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h182 std::optional<VFInfo> tryDemangleForVFABI(StringRef MangledName,
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp48 const std::optional<VFInfo> Info = VFABI::tryDemangleForVFABI( in addVariantDeclaration()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp153 auto OptInfo = VFABI::tryDemangleForVFABI(MangledName, ScalarFTy); in replaceWithCallToVeclib()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h56 VFABI::tryDemangleForVFABI(MangledName, CI.getFunctionType()); in getVFABIMappings()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1883 auto OptVFInfo = VFABI::tryDemangleForVFABI(MangledName, ScalarFTy); in tryExpandVecMathCall()