Home
last modified time | relevance | path

Searched refs:VectorFTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp48 Function *getTLIFunction(Module *M, FunctionType *VectorFTy, in getTLIFunction() argument
54 Function::Create(VectorFTy, Function::ExternalLinkage, TLIName, *M); in getTLIFunction()
192 FunctionType *VectorFTy = VFABI::createFunctionType(*OptInfo, ScalarFTy); in replaceWithCallToVeclib() local
193 if (!VectorFTy) in replaceWithCallToVeclib()
197 getTLIFunction(II->getModule(), VectorFTy, VD->getVectorFnName(), in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp54 FunctionType *VectorFTy = VFABI::createFunctionType(*Info, ScalarFTy); in addVariantDeclaration() local
56 Function::Create(VectorFTy, Function::ExternalLinkage, VFName, M); in addVariantDeclaration()
62 << "` of type " << *VectorFTy << "\n"); in addVariantDeclaration()