Home
last modified time | relevance | path

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

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