Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h746 unsigned getMaxVectorWidth() const { in getMaxVectorWidth() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4961 static unsigned getMaxVectorWidth(const llvm::Type *Ty) { in getMaxVectorWidth() function
4965 return getMaxVectorWidth(AT->getElementType()); in getMaxVectorWidth()
4970 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
5522 getMaxVectorWidth(IRCallArgs[i]->getType())); in EmitCall()
5660 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.cpp495 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
496 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2962 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()