Searched refs:VFShape (Results 1 – 4 of 4) sorted by relevance
82 struct VFShape { struct86 bool operator==(const VFShape &Other) const { argument99 static VFShape getScalarShape(const FunctionType *FTy) { in getScalarShape() argument100 return VFShape::get(FTy, ElementCount::getFixed(1), in getScalarShape()107 static VFShape get(const FunctionType *FTy, ElementCount EC, in get() argument124 VFShape Shape; /// Classification of the vector function.
105 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()106 if (Shape == VFShape::getScalarShape(CI.getFunctionType())) in getVectorizedFunction()
499 const VFShape Shape({*EC, Parameters}); in tryDemangleForVFABI()602 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
6532 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()