Home
last modified time | relevance | path

Searched refs:createFunctionType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h206 FunctionType *createFunctionType(const VFInfo &Info,
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp55 FunctionType *VectorFTy = VFABI::createFunctionType(*Info, ScalarFTy); in addVariantDeclaration()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp177 FunctionType *VectorFTy = VFABI::createFunctionType(*OptInfo, ScalarFTy); in replaceWithCallToVeclib()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp547 FunctionType *VFABI::createFunctionType(const VFInfo &Info, in createFunctionType() function in VFABI