Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h82 struct VFShape { struct
87 bool operator==(const VFShape &Other) const { argument
101 static VFShape getScalarShape(const CallInst &CI) { in getScalarShape() argument
102 return VFShape::get(CI, ElementCount::getFixed(1), in getScalarShape()
110 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) { in get() argument
126 VFShape Shape; /// Classification of the vector function.
270 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
271 if (Shape == VFShape::getScalarShape(CI)) in getVectorizedFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp457 const VFShape Shape({VF, IsScalable, Parameters}); in tryDemangleForVFABI()
H A DVectorUtils.cpp1340 bool VFShape::hasValidParameterList() const { in hasValidParameterList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3282 VFShape Shape = VFShape::get( in buildTree_rec()
3526 auto Shape = VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in getVectorCallCosts()
5309 VFShape Shape = in vectorizeTree()
5310 VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in vectorizeTree()
H A DLoopVectorize.cpp3865 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in getVectorCallCost()
5100 const VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in widenCallInstruction()