Home
last modified time | relevance | path

Searched defs:MaxVectorWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h39 static const unsigned MaxVectorWidth; member
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h609 unsigned MaxVectorWidth : 4; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp102 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2921 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5004 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local