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()
196 FunctionType *VectorFTy = VFABI::createFunctionType(*OptInfo, ScalarFTy); in replaceWithCallToVeclib() local
197 if (!VectorFTy) in replaceWithCallToVeclib()
200 Function *TLIFunc = getTLIFunction(I.getModule(), VectorFTy, in replaceWithCallToVeclib()
/freebsd/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()