Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp55 FunctionType *VectorFTy = VFABI::createFunctionType(*Info, ScalarFTy); in addVariantDeclaration() local
57 Function::Create(VectorFTy, Function::ExternalLinkage, VFName, M); in addVariantDeclaration()
61 << "` of type " << *VectorFTy << "\n"); in addVariantDeclaration()