Home
last modified time | relevance | path

Searched refs:getMaxVectorWidth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h738 unsigned getMaxVectorWidth() const { in getMaxVectorWidth() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4681 static unsigned getMaxVectorWidth(const llvm::Type *Ty) { in getMaxVectorWidth() function
4685 return getMaxVectorWidth(AT->getElementType()); in getMaxVectorWidth()
4690 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
5249 getMaxVectorWidth(IRCallArgs[i]->getType())); in EmitCall()
5372 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.cpp488 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
489 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
H A DTargetInfo.cpp4030 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()