Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h738 unsigned getMaxVectorWidth() const { in getMaxVectorWidth() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4731 static unsigned getMaxVectorWidth(const llvm::Type *Ty) { in getMaxVectorWidth() function
4735 return getMaxVectorWidth(AT->getElementType()); in getMaxVectorWidth()
4740 MaxVectorWidth = std::max(MaxVectorWidth, getMaxVectorWidth(I)); in getMaxVectorWidth()
5321 getMaxVectorWidth(IRCallArgs[i]->getType())); in EmitCall()
5448 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.cpp494 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
495 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
H A DTargetInfo.cpp4025 if (MaxVectorWidth > FI.getMaxVectorWidth()) in computeInfo()