Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h82 struct VFShape { struct
86 bool operator==(const VFShape &Other) const { argument
99 static VFShape getScalarShape(const FunctionType *FTy) { in getScalarShape() argument
100 return VFShape::get(FTy, ElementCount::getFixed(1), in getScalarShape()
107 static VFShape get(const FunctionType *FTy, ElementCount EC, in get() argument
124 VFShape Shape; /// Classification of the vector function.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
104 if (Shape == VFShape::getScalarShape(CI.getFunctionType())) in getVectorizedFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp499 const VFShape Shape({*EC, Parameters}); in tryDemangleForVFABI()
602 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5472 VFShape Shape = VFShape::get( in getScalarsVectorizationState()
6469 auto Shape = VFShape::get(CI->getFunctionType(), in getVectorCallCosts()
11682 VFShape Shape = in vectorizeTree()
11683 VFShape::get(CI->getFunctionType(), in vectorizeTree()