Home
last modified time | relevance | path

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

/src/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.
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h105 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
106 if (Shape == VFShape::getScalarShape(CI.getFunctionType())) in getVectorizedFunction()
/src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp499 const VFShape Shape({*EC, Parameters}); in tryDemangleForVFABI()
602 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6532 VFShape Shape = VFShape::get( in getScalarsVectorizationState()
7613 auto Shape = VFShape::get(CI->getFunctionType(), in getVectorCallCosts()
13519 VFShape Shape = in vectorizeTree()
13520 VFShape::get(CI->getFunctionType(), in vectorizeTree()