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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h82 struct VFShape { struct in namespace:llvm
86 bool operator==(const VFShape &Other) const {
97 /// Retrieve the VFShape that can be used to map a scalar function to itself,
99 static VFShape getScalarShape(const FunctionType *FTy) {
100 return VFShape::get(FTy, ElementCount::getFixed(1),
107 static VFShape get(const FunctionType *FTy, ElementCount EC,
118 /// Validation check on the Parameters in the VFShape.
122 /// Holds the VFShape for a specific scalar to vector function mapping.
124 VFShape Shape; /// Classification of the vector function.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h102 /// Retrieve the Function with VFShape \p Shape.
103 Function *getVectorizedFunction(const VFShape &Shape) const {
104 if (Shape == VFShape::getScalarShape(CI.getFunctionType()))
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp499 const VFShape Shape({*EC, Parameters});
602 bool VFShape::hasValidParameterList() const {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5472 VFShape Shape = VFShape::get(
6469 auto Shape = VFShape::get(CI->getFunctionType(),
11682 VFShape Shape =
11683 VFShape::get(CI->getFunctionType(),

Completed in 195 milliseconds