Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h82 struct VFShape { struct
86 bool operator==(const VFShape &Other) const { argument
99 static VFShape getScalarShape(const CallInst &CI) { in getScalarShape() argument
100 return VFShape::get(CI, ElementCount::getFixed(1), in getScalarShape()
108 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) { in get() argument
124 VFShape Shape; /// Classification of the vector function.
268 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
269 if (Shape == VFShape::getScalarShape(CI)) in getVectorizedFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp457 const VFShape Shape({ElementCount::get(VF, IsScalable), Parameters}); in tryDemangleForVFABI()
H A DVectorUtils.cpp1349 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3311 VFShape Shape = VFShape::get( in buildTree_rec()
3557 auto Shape = VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in getVectorCallCosts()
5571 VFShape Shape = in vectorizeTree()
5572 VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in vectorizeTree()
H A DLoopVectorize.cpp3911 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in getVectorCallCost()
5025 const VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in widenCallInstruction()