Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp44 FunctionType *ScalarFTy = CI.getFunctionType(); in addVariantDeclaration() local
46 assert(!ScalarFTy->isVarArg() && "VarArg functions are not supported."); in addVariantDeclaration()
49 VD->getVectorFunctionABIVariantString(), ScalarFTy); in addVariantDeclaration()
55 FunctionType *VectorFTy = VFABI::createFunctionType(*Info, ScalarFTy); in addVariantDeclaration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp166 FunctionType *ScalarFTy = in replaceWithCallToVeclib() local
169 auto OptInfo = VFABI::tryDemangleForVFABI(MangledName, ScalarFTy); in replaceWithCallToVeclib()
196 FunctionType *VectorFTy = VFABI::createFunctionType(*OptInfo, ScalarFTy); in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp548 const FunctionType *ScalarFTy) { in createFunctionType() argument
556 VectorType::get(Type::getInt1Ty(ScalarFTy->getContext()), VF); in createFunctionType()
561 Type *OperandTy = ScalarFTy->getParamType(ScalarParamIndex++); in createFunctionType()
567 auto *RetTy = ScalarFTy->getReturnType(); in createFunctionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h207 const FunctionType *ScalarFTy);