Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h38 static const unsigned MaxVectorWidth; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h599 unsigned MaxVectorWidth : 4; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp101 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2904 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4967 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local