Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h757 unsigned getMaxVectorWidth() const { in getMaxVectorWidth() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4998 static unsigned getMaxVectorWidth(const llvm::Type *Ty) { in getMaxVectorWidth() function
5002 return getMaxVectorWidth(AT->getElementType()); in getMaxVectorWidth()
5007 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
5574 getMaxVectorWidth(IRCallArgs[i]->getType())); in EmitCall()
5724 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.cpp539 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
540 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2979 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()