Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h84 struct VFShape { struct
88 bool operator==(const VFShape &Other) const { argument
101 static VFShape getScalarShape(const FunctionType *FTy) { in getScalarShape() argument
102 return VFShape::get(FTy, ElementCount::getFixed(1), in getScalarShape()
109 static VFShape get(const FunctionType *FTy, ElementCount EC, in get() argument
126 VFShape Shape; /// Classification of the vector function.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h107 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
108 if (Shape == VFShape::getScalarShape(CI.getFunctionType())) in getVectorizedFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp508 const VFShape Shape({*EC, Parameters}); in tryDemangleForVFABI()
611 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8969 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()