Home
last modified time | relevance | path

Searched refs:VectorFTy (Results 1 – 1 of 1) 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()
177 FunctionType *VectorFTy = VFABI::createFunctionType(*OptInfo, ScalarFTy); in replaceWithCallToVeclib() local
178 if (!VectorFTy) in replaceWithCallToVeclib()
182 getTLIFunction(II->getModule(), VectorFTy, VD->getVectorFnName(), in replaceWithCallToVeclib()