Searched refs:VFShape (Results 1 – 5 of 5) sorted by relevance
84 struct VFShape { struct88 bool operator==(const VFShape &Other) const { argument101 static VFShape getScalarShape(const FunctionType *FTy) { in getScalarShape() argument102 return VFShape::get(FTy, ElementCount::getFixed(1), in getScalarShape()109 static VFShape get(const FunctionType *FTy, ElementCount EC, in get() argument126 VFShape Shape; /// Classification of the vector function.
107 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()108 if (Shape == VFShape::getScalarShape(CI.getFunctionType())) in getVectorizedFunction()
508 const VFShape Shape({*EC, Parameters}); in tryDemangleForVFABI()611 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
8969 auto Shape = VFShape::get(CI->getFunctionType(), in getVectorCallCosts()9321 VFShape Shape = VFShape::get( in getScalarsVectorizationState()18419 VFShape Shape = in vectorizeTree()18420 VFShape::get(CI->getFunctionType(), in vectorizeTree()